1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-01 17:07:02 +02:00

setup.py: include the new extractor module

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-06-23 23:54:08 +02:00
parent b07d9c23c5
commit b0dcc3c47f

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