mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 02:14:20 +01:00
setup.py: include the new extractor module
This commit is contained in:
parent
b07d9c23c5
commit
b0dcc3c47f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -57,7 +57,7 @@
|
||||||
author = 'Ricardo Garcia',
|
author = 'Ricardo Garcia',
|
||||||
maintainer = 'Philipp Hagemeister',
|
maintainer = 'Philipp Hagemeister',
|
||||||
maintainer_email = 'phihag@phihag.de',
|
maintainer_email = 'phihag@phihag.de',
|
||||||
packages = ['youtube_dl'],
|
packages = ['youtube_dl', 'youtube_dl.extractor'],
|
||||||
|
|
||||||
# Provokes warning on most systems (why?!)
|
# Provokes warning on most systems (why?!)
|
||||||
#test_suite = 'nose.collector',
|
#test_suite = 'nose.collector',
|
||||||
|
|
Loading…
Reference in a new issue