mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Update setup.py to be declared as limnoria (and provide supybot).
This commit is contained in:
parent
164d85d9fe
commit
4ce44d1ef2
13
setup.py
13
setup.py
@ -152,13 +152,14 @@ for plugin in plugins:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
# Metadata
|
# Metadata
|
||||||
name='supybot',
|
name='limnoria',
|
||||||
|
provides='supybot',
|
||||||
version=version,
|
version=version,
|
||||||
author='Jeremy Fincher',
|
author='Valentin Lorentz',
|
||||||
url='http://sourceforge.net/projects/supybot/',
|
url='https://github.com/ProgVal/Limnoria',
|
||||||
author_email='jemfinch@supybot.com',
|
author_email='progval+limnoria@progval.net',
|
||||||
download_url='http://www.sf.net/project/showfiles.php?group_id=58965',
|
download_url='http://builds.progval.net/limnoria/',
|
||||||
description='A flexible and extensible Python IRC bot and framework.',
|
description='A modified version of Supybot (an IRC bot)',
|
||||||
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
|
||||||
system for specifying user permissions with as much as per-command
|
system for specifying user permissions with as much as per-command
|
||||||
|
Loading…
Reference in New Issue
Block a user