man page
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
include version.py
|
include version.py
|
||||||
include CHANGELOG.rst CONTRIBUTORS.rst LICENSE
|
include CHANGELOG.rst CONTRIBUTORS.rst LICENSE
|
||||||
|
include rtv.1
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -7,6 +7,9 @@ setup(
|
|||||||
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',
|
||||||
|
data_files=[
|
||||||
|
("share/man/man1", ["rtv.1"])
|
||||||
|
],
|
||||||
author='Michael Lazar',
|
author='Michael Lazar',
|
||||||
author_email='lazar.michael22@gmail.com',
|
author_email='lazar.michael22@gmail.com',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
|||||||
Reference in New Issue
Block a user