X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=29bab807c03241d0245804c565c81af466160381;hp=244326928f034a665c3da98fd814eecf67ae8f63;hb=80bb204063c05df084c83f619a084c8c4ef9746e;hpb=b8cc314c2a44082c1030a6139dde141f04ce5b43 diff --git a/setup.py b/setup.py index 2443269..29bab80 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.0.4' +version = '0.2.3' install_requires = [ "SQLAlchemy", @@ -8,7 +8,6 @@ install_requires = [ "colorama", "pyfiglet", "python-dateutil", - "termcolor", "twitter", "Pillow", "requests", @@ -16,7 +15,7 @@ install_requires = [ setup(name='rainbowstream', version=version, - description="A colorful terminal-based Twitter client. Streaming API supportd.", + description="A smart and nice Twitter client on terminal.", long_description=open("./README.rst", "r").read(), classifiers=[ "Development Status :: 5 - Production/Stable",