X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=bf81013802c1d39bcd010bf25848dd642cc47e9b;hp=f30c5f6f12acfc3efc5de8003904d8384f3f228c;hb=7186f5573e2e36ace609d70866952f78b0cba811;hpb=13b5b8546c6d34c747faf9447f9d2eb26c81b7ff diff --git a/setup.py b/setup.py index f30c5f6..bf81013 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ install_requires = [ "python-dateutil", "termcolor", "twitter" - ] +] setup(name='rainbowstream', version=version, @@ -28,12 +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='https://github.com/DTVD/rainbowstream', - download_url = 'https://github.com/DTVD/rainbowstream/tarball/0.0.1', + 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, @@ -42,6 +42,6 @@ setup(name='rainbowstream', entry_points=""" # -*- Entry points: -*- [console_scripts] - rainbowstream=rainbowstream.rainbow:stream + rainbow=rainbowstream.rainbow:fly """, )