diff options
author | Christopher Rosell <chrippa@tanuki.se> | 2012-09-26 11:40:06 +0200 |
---|---|---|
committer | Christopher Rosell <chrippa@tanuki.se> | 2012-09-26 11:40:06 +0200 |
commit | 8337a3912533dfb7d686a453c53adcda783a50a4 (patch) | |
tree | 7bd369b992253c24e8569059287d4d52da0a9586 | |
parent | 27677065ae56a595727648631139bba77f3b0296 (diff) |
Add .stream to packages list.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] |