From 12e6d83d476f25b5fae130a6ea1cc8b545c7b71a Mon Sep 17 00:00:00 2001 From: John Shanahan Date: Sat, 31 Aug 2013 14:19:03 -0400 Subject: [PATCH] Added some required fields to setup.py --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4fd1c8..da974cd 100644 --- a/setup.py +++ b/setup.py @@ -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')