release 0.0.2
[rainbowstream.git] / setup.py
index ae4ded269c25d14c13a8fe1542d53c34f4ad4c05..1f1b1ef909177a51acff755908981c29316019bc 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.0.1'
+version = '0.0.2'
 
 install_requires = [
     "SQLAlchemy",
@@ -14,7 +14,8 @@ install_requires = [
 
 setup(name='rainbowstream',
       version=version,
-      description="A terminal-based rainbow streaming client for Twitter",
+      description="A colorful terminal-based client for Twitter. Streaming also supported",
+      long_description=open("./README.rst", "r").read(),
       classifiers=[
           "Development Status :: 5 - Production/Stable",
           "Environment :: Console",