From e7e289b4fdaacdd81fd611b41f0f349d47edba3e Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sat, 7 Jun 2014 16:25:52 +0900 Subject: [PATCH] image path --- README.md | 4 ++-- README.rst | 6 +++--- setup.py | 6 +----- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3463819..3bebf92 100644 --- 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. diff --git a/README.rst b/README.rst index 738c1f9..92ddebe 100644 --- a/README.rst +++ b/README.rst @@ -10,11 +10,11 @@ Streaming API`_ and inspired by `EarthQuake`_ Screenshot ---------- -.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamvSS.png +.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStream.png :alt: v0.0.1 -.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamvSS(Image).png - :alt: v0.0.2 +.. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamIOT.png + :alt: v0.0.3 Install ------- diff --git a/setup.py b/setup.py index 5cf9afd..d7f06fe 100644 --- 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, -- 2.25.1