Fix setup.py version variable.

This commit is contained in:
noah morrison
2015-03-20 22:52:41 -04:00
parent 688289f00c
commit eea306a980

View File

@@ -3,7 +3,7 @@ from version import __version__ as version
setup( setup(
name='rtv', name='rtv',
version=__version__, version=version,
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)', description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
long_description=open('README.rst').read(), long_description=open('README.rst').read(),
url='https://github.com/michael-lazar/rtv', url='https://github.com/michael-lazar/rtv',