setup.py: include the new extractor module
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 23 Jun 2013 21:54:08 +0000 (23:54 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 23 Jun 2013 21:54:08 +0000 (23:54 +0200)
setup.py

index eb7b1a2121632f66f6b7d9b5d829cd9eaf46ccb5..55fc1c839d38db3248d28fb97186ad21c785a880 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,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',