X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=setup.py;h=1d2e71e15fb24d6ae5a79d8cee2ebfcbfad6c3fb;hp=c59ab086f0f28937c9e57502a4a8d642edfd3d95;hb=a3522dfddd333ce14f9603ab43c58e9ae204adbb;hpb=d3a8613b6e2fcf09585b1b8b85c8b38fc603c201 diff --git a/setup.py b/setup.py index c59ab086f..1d2e71e15 100644 --- a/setup.py +++ b/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',