X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=bf81013802c1d39bcd010bf25848dd642cc47e9b;hp=f0f52f6a829da0b8acaebfb2d970e1d3b960d4f6;hb=18cab06ae81a383f8eaf3117d3377c0424b86782;hpb=341c179445d0ff9c1c02f1d6616e01ece0d44d0b diff --git a/setup.py b/setup.py index f0f52f6..bf81013 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ install_requires = [ "python-dateutil", "termcolor", "twitter" - ] +] setup(name='rainbowstream', version=version, @@ -28,11 +28,12 @@ setup(name='rainbowstream', "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Utilities", "License :: OSI Approved :: MIT License", - ], + ], 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 + rainbow=rainbowstream.rainbow:fly """, )