Upping version.
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
======================
|
======================
|
||||||
Reddit Terminal Viewer
|
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.
|
**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.
|
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.
|
It is compatible with a large range of terminal emulators on Linux and OSX systems.
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -11,7 +11,7 @@ def read(*paths):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='rtv',
|
name='rtv',
|
||||||
version='1.0a4',
|
version='1.0a5',
|
||||||
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
|
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
|
||||||
long_description=(read('README.rst')),
|
long_description=(read('README.rst')),
|
||||||
url='https://github.com/michael-lazar/rtv',
|
url='https://github.com/michael-lazar/rtv',
|
||||||
@@ -29,7 +29,6 @@ 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.0',
|
|
||||||
'Programming Language :: Python :: 3.1',
|
'Programming Language :: Python :: 3.1',
|
||||||
'Programming Language :: Python :: 3.2',
|
'Programming Language :: Python :: 3.2',
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
|
|||||||
Reference in New Issue
Block a user