From 4ce44d1ef2a6538c986e3142ac3dd7fb84eeec18 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 21 Jan 2013 20:28:42 +0100 Subject: [PATCH] Update setup.py to be declared as limnoria (and provide supybot). --- setup.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index ec180f9e3..822183f41 100644 --- a/setup.py +++ b/setup.py @@ -152,13 +152,14 @@ for plugin in plugins: setup( # Metadata - name='supybot', + name='limnoria', + provides='supybot', version=version, - author='Jeremy Fincher', - url='http://sourceforge.net/projects/supybot/', - author_email='jemfinch@supybot.com', - download_url='http://www.sf.net/project/showfiles.php?group_id=58965', - description='A flexible and extensible Python IRC bot and framework.', + author='Valentin Lorentz', + url='https://github.com/ProgVal/Limnoria', + author_email='progval+limnoria@progval.net', + download_url='http://builds.progval.net/limnoria/', + description='A modified version of Supybot (an IRC bot)', long_description=normalizeWhitespace("""A robust, full-featured Python IRC bot with a clean and flexible plugin API. Equipped with a complete ACL system for specifying user permissions with as much as per-command