added license and description, also pep8

This commit is contained in:
sm
2013-02-24 20:47:22 -08:00
parent 210bef1326
commit e0c7e56c40
+4
View File
@@ -11,4 +11,8 @@ setup(
'ircbot = ircbot.main:main', '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.'),
) )