added license and description, also pep8
This commit is contained in:
parent
210bef1326
commit
e0c7e56c40
6
setup.py
6
setup.py
@ -10,5 +10,9 @@ setup(
|
|||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'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.'),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user