From b0dcc3c47f086e69b72e1d9724ef83e7ca36e435 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Sun, 23 Jun 2013 23:54:08 +0200 Subject: [PATCH] setup.py: include the new extractor module --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.30.2