tweak
This commit is contained in:
4
setup.py
4
setup.py
@@ -7,15 +7,13 @@ 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',
|
||||||
keywords='reddit terminal praw curses',
|
keywords='reddit terminal praw curses',
|
||||||
packages=['rtv'],
|
packages=['rtv'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
data_files=[("share/man/man1", ["rtv.1"])],
|
||||||
install_requires=['praw>=3.1.0', 'six', 'requests', 'kitchen'],
|
install_requires=['praw>=3.1.0', 'six', 'requests', 'kitchen'],
|
||||||
entry_points={'console_scripts': ['rtv=rtv.__main__:main']},
|
entry_points={'console_scripts': ['rtv=rtv.__main__:main']},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|||||||
Reference in New Issue
Block a user