aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Christopher Rosell <chrippa@tanuki.se>2012-09-26 11:40:06 +0200
committerGravatar Christopher Rosell <chrippa@tanuki.se>2012-09-26 11:40:06 +0200
commit8337a3912533dfb7d686a453c53adcda783a50a4 (patch)
tree7bd369b992253c24e8569059287d4d52da0a9586
parent27677065ae56a595727648631139bba77f3b0296 (diff)
Add .stream to packages list.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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']