Added sheild for python version.

This commit is contained in:
Michael Lazar
2015-03-14 01:27:18 -07:00
parent 9cbd4288ea
commit a968d0f8a2
2 changed files with 6 additions and 1 deletions

View File

@@ -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',