Added some required fields to setup.py

This commit is contained in:
John Shanahan 2013-08-31 14:19:03 -04:00
parent b26adf2ca8
commit 12e6d83d47
1 changed files with 5 additions and 1 deletions

View File

@ -5,9 +5,13 @@ import os
setup(name='cheat',
version='1.0',
description='Create and view interactive cheatsheets on the command-line', # nopep8
summary='Create and view interactive cheatsheets on the command-line',
homepage='',
author='Chris Lane',
author_email='chris@chris-allen-lane.com',
license='',
description='',
platform='Posix',
url='https://github.com/chrisallenlane/cheat',
packages=['cheatsheets'],
package_data={'cheatsheets': [f for f in os.listdir('cheatsheets')