image path
authorOrakaro <nhatminh_179@hotmail.com>
Sat, 7 Jun 2014 07:25:52 +0000 (16:25 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Sat, 7 Jun 2014 07:25:52 +0000 (16:25 +0900)
README.md
README.rst
setup.py

index 3463819afa32d556eac4b95cb6bd4a2997a2c0d0..3bebf926b027fd3be3a425a073e3a2f9b0db14bd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ Realtime tweetstream, compose, search , favorite ... and much more fun directly
 This package build on the top of [Python Twitter Tool](http://mike.verdone.ca/twitter/) and [Twitter Streaming API](https://dev.twitter.com/docs/api/streaming) and inspired by [EarthQuake](https://github.com/jugyo/earthquake)
 
 ## Screenshot
-![v0.0.1](https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamvSS.png)
-![v0.0.2](https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamvSS(Image).png)
+![v0.0.1](https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStream.png)
+![v0.0.3](https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamIOT.png)
 
 ## Install
 You will need Python 2.7+ and pip.
index 738c1f98a88ef9378946bfe75911fdb8f4bbf09b..92ddebed73826590e2a8dbbd05dc1978c2dc87f0 100644 (file)
@@ -10,11 +10,11 @@ Streaming API`_ and inspired by `EarthQuake`_
 Screenshot\r
 ----------\r
 \r
-.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamvSS.png\r
+.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStream.png\r
    :alt: v0.0.1\r
 \r
-.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamvSS(Image).png\r
-   :alt: v0.0.2\r
+.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamIOT.png\r
+   :alt: v0.0.3\r
 \r
 Install\r
 -------\r
index 5cf9afddddd44dd84687af05625e123c9440c29c..d7f06fe4cbb81c955ec15ca58a6469d2aa6f3fc2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ install_requires = [
 
 setup(name='rainbowstream',
       version=version,
-      description="A colorful terminal-based client for Twitter. Streaming also supported",
+      description="A colorful terminal-based Twitter client. Streaming API supportd.",
       long_description=open("./README.rst", "r").read(),
       classifiers=[
           "Development Status :: 5 - Production/Stable",
@@ -26,9 +26,6 @@ setup(name='rainbowstream',
           "Operating System :: OS Independent",
           "Programming Language :: Python :: 2.6",
           "Programming Language :: Python :: 2.7",
-          "Programming Language :: Python :: 3.2",
-          "Programming Language :: Python :: 3.3",
-          "Programming Language :: Python :: 3.4",
           "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
           "Topic :: Utilities",
           "License :: OSI Approved :: MIT License",
@@ -37,7 +34,6 @@ 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/archive/v0.0.2.zip',
       license='MIT License',
       packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
       include_package_data=True,