X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=28ebdf31f4c25ad5c48592d17982a1a1b687ccf2;hp=f0f52f6a829da0b8acaebfb2d970e1d3b960d4f6;hb=4f3558c4c1303f5c45a115fa45681c1815f3291a;hpb=341c179445d0ff9c1c02f1d6616e01ece0d44d0b diff --git a/setup.py b/setup.py index f0f52f6..28ebdf3 100644 --- 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 """, )