2
0
Эх сурвалжийг харах

setup.py: include the new extractor module

Jaime Marquínez Ferrándiz 12 жил өмнө
parent
commit
b0dcc3c47f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -57,7 +57,7 @@ setup(
     author = 'Ricardo Garcia',
     author = 'Ricardo Garcia',
     maintainer = 'Philipp Hagemeister',
     maintainer = 'Philipp Hagemeister',
     maintainer_email = 'phihag@phihag.de',
     maintainer_email = 'phihag@phihag.de',
-    packages = ['youtube_dl'],
+    packages = ['youtube_dl', 'youtube_dl.extractor'],
 
 
     # Provokes warning on most systems (why?!)
     # Provokes warning on most systems (why?!)
     #test_suite = 'nose.collector',
     #test_suite = 'nose.collector',