update ss
[rainbowstream.git] / setup.py
index f0f52f6a829da0b8acaebfb2d970e1d3b960d4f6..28ebdf31f4c25ad5c48592d17982a1a1b687ccf2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,8 @@ setup(name='rainbowstream',
       keywords='twitter, command-line tools, web 2.0, stream API',
       author='Vu Nhat Minh',
       author_email='nhatminh_179@hotmail.com',
-      url='http://vunhatminh.com',
+      url='https://github.com/DTVD/rainbowstream',
+      download_url = 'https://github.com/DTVD/rainbowstream/tarball/0.0.1',
       license='MIT License',
       packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
       include_package_data=True,
@@ -41,6 +42,6 @@ setup(name='rainbowstream',
       entry_points="""
       # -*- Entry points: -*-
       [console_scripts]
-      rainbowstream=rainbowstream.rainbow:stream
+      rainbowstream=rainbowstream.rainbow:fly
       """,
       )