Added sheild for python version.
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
:target: https://pypi.python.org/pypi/rtv/
|
:target: https://pypi.python.org/pypi/rtv/
|
||||||
:alt: Latest Version
|
: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
|
Reddit Terminal Viewer
|
||||||
======================
|
======================
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -1,6 +1,6 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
__version__ = '1.0'
|
__version__ = '1.0.post1'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='rtv',
|
name='rtv',
|
||||||
@@ -22,6 +22,7 @@ setup(
|
|||||||
'Operating System :: POSIX',
|
'Operating System :: POSIX',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Topic :: Terminals',
|
'Topic :: Terminals',
|
||||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards',
|
'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards',
|
||||||
|
|||||||
Reference in New Issue
Block a user