about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-06-24 00:06:01 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-06-24 00:09:11 +0200
commita3522dfddd333ce14f9603ab43c58e9ae204adbb (patch)
tree426a8b567a0829adfb136f6a73bd84631a2a4bb8 /setup.py
parentd3a8613b6e2fcf09585b1b8b85c8b38fc603c201 (diff)
parentb0dcc3c47f086e69b72e1d9724ef83e7ca36e435 (diff)
downloadyoutube-dl-a3522dfddd333ce14f9603ab43c58e9ae204adbb.tar.gz
youtube-dl-a3522dfddd333ce14f9603ab43c58e9ae204adbb.tar.xz
youtube-dl-a3522dfddd333ce14f9603ab43c58e9ae204adbb.zip
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',