about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-06-23 23:54:08 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-06-23 23:54:08 +0200
commitb0dcc3c47f086e69b72e1d9724ef83e7ca36e435 (patch)
tree423d13b37f1376413cf58625e3ca43138bb4a96f /setup.py
parentb07d9c23c57007c7af17c5b949d3a648a8492b8c (diff)
downloadyoutube-dl-b0dcc3c47f086e69b72e1d9724ef83e7ca36e435.tar.gz
youtube-dl-b0dcc3c47f086e69b72e1d9724ef83e7ca36e435.tar.xz
youtube-dl-b0dcc3c47f086e69b72e1d9724ef83e7ca36e435.zip
setup.py: include the new extractor module
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 eb7b1a212..55fc1c839 100644
--- 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',