From: Philipp Hagemeister Date: Sun, 23 Jun 2013 22:06:01 +0000 (+0200) Subject: Merge branch 'master' of github.com:rg3/youtube-dl X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=a3522dfddd333ce14f9603ab43c58e9ae204adbb;hp=d3a8613b6e2fcf09585b1b8b85c8b38fc603c201;p=youtube-dl.git Merge branch 'master' of github.com:rg3/youtube-dl --- 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',