Browse Source

setup.py: include the new extractor module

rtmp_test
Jaime Marquínez Ferrándiz 11 years ago
parent
commit
b0dcc3c47f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@ -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',


Loading…
Cancel
Save