Move postprocessor into its own package

This commit is contained in:
Philipp Hagemeister 2014-01-07 05:49:17 +01:00
parent ad84831537
commit 56327689a2
4 changed files with 9 additions and 7 deletions

View file

@ -71,7 +71,10 @@ setup(
author_email='ytdl@yt-dl.org',
maintainer='Philipp Hagemeister',
maintainer_email='phihag@phihag.de',
packages=['youtube_dl', 'youtube_dl.extractor', 'youtube_dl.downloader'],
packages=[
'youtube_dl',
'youtube_dl.extractor', 'youtube_dl.downloader',
'youtube_dl.postprocessor'],
# Provokes warning on most systems (why?!)
# test_suite = 'nose.collector',