mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
setup.py: Remove reference to supybot from the short description
This commit is contained in:
parent
e223b507dd
commit
49c7c30627
5
setup.py
5
setup.py
@ -172,7 +172,10 @@ setup(
|
|||||||
url='https://github.com/progval/Limnoria',
|
url='https://github.com/progval/Limnoria',
|
||||||
author_email='progval+limnoria@progval.net',
|
author_email='progval+limnoria@progval.net',
|
||||||
download_url='https://pypi.python.org/pypi/limnoria',
|
download_url='https://pypi.python.org/pypi/limnoria',
|
||||||
description='A modified version of Supybot (an IRC bot and framework)',
|
description=(
|
||||||
|
'A multipurpose Python IRC bot, designed for flexibility and '
|
||||||
|
'robustness , while being easy to install, set up, and maintain.'
|
||||||
|
)
|
||||||
platforms=['linux', 'linux2', 'win32', 'cygwin', 'darwin'],
|
platforms=['linux', 'linux2', 'win32', 'cygwin', 'darwin'],
|
||||||
long_description=normalizeWhitespace("""A robust, full-featured Python IRC
|
long_description=normalizeWhitespace("""A robust, full-featured Python IRC
|
||||||
bot with a clean and flexible plugin API. Equipped with a complete ACL
|
bot with a clean and flexible plugin API. Equipped with a complete ACL
|
||||||
|
Loading…
Reference in New Issue
Block a user