diff --git a/README.rst b/README.rst index 5f2e5ba..d0db15a 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,11 @@ ====================== Reddit Terminal Viewer ====================== + +.. image:: https://pypip.in/version/rtv/badge.svg?text=version + :target: https://pypi.python.org/pypi/rtv/ + :alt: Latest Version + **Reddit Terminal Viewer (RTV)** is a lightweight browser for Reddit (www.reddit.com) built into a terminal window. RTV is built in Python and utilizes the **curses** library. It is compatible with a large range of terminal emulators on Linux and OSX systems. diff --git a/setup.py b/setup.py index 8f42443..c7a61f6 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(*paths): setup( name='rtv', - version='1.0a4', + version='1.0a5', description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)', long_description=(read('README.rst')), url='https://github.com/michael-lazar/rtv', @@ -29,7 +29,6 @@ setup( 'Operating System :: POSIX', 'Natural Language :: English', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.0', 'Programming Language :: Python :: 3.1', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3',