From 8337a3912533dfb7d686a453c53adcda783a50a4 Mon Sep 17 00:00:00 2001 From: Christopher Rosell Date: Wed, 26 Sep 2012 11:40:06 +0200 Subject: Add .stream to packages list. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 238b061..038ad4a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name="livestreamer", author="Christopher Rosell", author_email="chrippa@tanuki.se", license="BSD", - packages=["livestreamer", "livestreamer/plugins"], + packages=["livestreamer", "livestreamer.stream", "livestreamer.plugins"], package_dir={'': 'src'}, entry_points={ "console_scripts": ['livestreamer=livestreamer.cli:main'] -- cgit v1.2.3