Merge branch 'master' of github.com:rg3/youtube-dl
This commit is contained in:
commit
a3522dfddd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -61,7 +61,7 @@ setup(
|
|||
author = 'Ricardo Garcia',
|
||||
maintainer = 'Philipp Hagemeister',
|
||||
maintainer_email = 'phihag@phihag.de',
|
||||
packages = ['youtube_dl'],
|
||||
packages = ['youtube_dl', 'youtube_dl.extractor'],
|
||||
|
||||
# Provokes warning on most systems (why?!)
|
||||
#test_suite = 'nose.collector',
|
||||
|
|
Loading…
Reference in a new issue