added license and description, also pep8

This commit is contained in:
Stephen McQuay 2013-02-24 20:47:22 -08:00
parent 210bef1326
commit e0c7e56c40
1 changed files with 5 additions and 1 deletions

View File

@ -11,4 +11,8 @@ setup(
'ircbot = ircbot.main:main',
]},
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.'),
)