This commit is contained in:
John ShaggyTwoDope Jenkins
2015-09-19 20:24:38 -07:00
parent ccadcfe891
commit 838831ad9a
2 changed files with 4 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
include version.py
include CHANGELOG.rst CONTRIBUTORS.rst LICENSE
include rtv.1

View File

@@ -7,6 +7,9 @@ setup(
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
long_description=open('README.rst').read(),
url='https://github.com/michael-lazar/rtv',
data_files=[
("share/man/man1", ["rtv.1"])
],
author='Michael Lazar',
author_email='lazar.michael22@gmail.com',
license='MIT',