Added color! Added setup.py
This commit is contained in:
17
setup.py
Normal file
17
setup.py
Normal file
@@ -0,0 +1,17 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='rtv',
|
||||
version='1.0a1',
|
||||
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
|
||||
url='http://TODO',
|
||||
author='Michael Lazar',
|
||||
author_email='lazar.michael22@gmail.com',
|
||||
license='MIT',
|
||||
keywords='reddit terminal praw',
|
||||
packages=['rtv'],
|
||||
install_requires=['praw'],
|
||||
entry_points={'console_scripts': ['rtv=rtv:main']}
|
||||
)
|
||||
|
||||
#python setup.py develop --user
|
||||
Reference in New Issue
Block a user