Merge branch 'master' of github.com:rg3/youtube-dl
[youtube-dl] / setup.py
index c59ab086f0f28937c9e57502a4a8d642edfd3d95..1d2e71e15fb24d6ae5a79d8cee2ebfcbfad6c3fb 100644 (file)
--- 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',