Update README.rst
[rainbowstream.git] / setup.py
index 235839718889817c1e3256c8f2b858cc318ec92c..bcd25fa181a954eeb0afead50339637099df20b3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,17 +4,20 @@ version = '0.0.1'
 
 install_requires = [
     "SQLAlchemy",
+    "pysqlite",
     "colorama",
     "pyfiglet",
     "python-dateutil",
     "termcolor",
-    "twitter"
+    "twitter",
+    "Pillow",
+    "requests",
 ]
 
 setup(name='rainbowstream',
       version=version,
-      description="A rainbow streaming console for Twitter (twitter.com)",
-      long_description=open("./README.md", "r").read(),
+      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",
@@ -34,7 +37,7 @@ setup(name='rainbowstream',
       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/archive/v0.0.1.zip',
       license='MIT License',
       packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
       include_package_data=True,