significant bug fix
[rainbowstream.git] / setup.py
index 244326928f034a665c3da98fd814eecf67ae8f63..c08ef18a3a7e4f20a1d5756ca26283e0da1c4f39 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.0.4'
+version = '0.1.8'
 
 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",