From a968d0f8a2ea9e4842c652ed804528dc0ad43c56 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 14 Mar 2015 01:27:18 -0700 Subject: [PATCH] Added sheild for python version. --- README.rst | 4 ++++ setup.py | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 88252f0..d5cf496 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,10 @@ :target: https://pypi.python.org/pypi/rtv/ :alt: Latest Version +.. image:: https://pypip.in/py_versions/rtv/badge.svg?style=flat + :target: https://pypi.python.org/pypi/rtv/ + :alt: Supported Python versions + ====================== Reddit Terminal Viewer ====================== diff --git a/setup.py b/setup.py index eec8d18..e7cd765 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = '1.0' +__version__ = '1.0.post1' setup( name='rtv', @@ -22,6 +22,7 @@ setup( 'Operating System :: POSIX', 'Natural Language :: English', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3', 'Topic :: Terminals', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards',