X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=57d36851a63e54f322ef853c255c1cc5f526ff96;hp=2ebe87ba2d8f4d33d592d6527368c48a06a6878d;hb=bb03272e3286e31f09e30a72159d3b683fefb7fb;hpb=d72a58693b3f2625347227d2670e32bd0ed687e0;ds=sidebyside diff --git a/setup.py b/setup.py index 2ebe87b..57d3685 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.0.6' +version = '0.1.2' 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",