From e0c7e56c4016a202eb68abb93c829b0056baf487 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Sun, 24 Feb 2013 20:47:22 -0800 Subject: [PATCH] added license and description, also pep8 --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 692832e..5a62309 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,9 @@ setup( entry_points={'console_scripts': [ 'ircbot = ircbot.main:main', ]}, - url = 'https://bitbucket.org/smcquay/ircbot', + url='https://bitbucket.org/smcquay/ircbot', + license='WTFPL', + description= ( + 'a rather simple echo irc bot to stand as a simple example of how ' + 'this could be done.'), )