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

@ -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.'),
)