mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Updated schema and whatnot.
This commit is contained in:
parent
92ad8bfb14
commit
a47a7de5f6
22
setup.py
22
setup.py
@ -51,6 +51,27 @@ setup(
|
|||||||
url='http://supybot.sf.net/',
|
url='http://supybot.sf.net/',
|
||||||
author='Jeremy Fincher',
|
author='Jeremy Fincher',
|
||||||
author_email='jemfinch@users.sf.net',
|
author_email='jemfinch@users.sf.net',
|
||||||
|
#description='A highly robust and full-featured IRC library and bot.',
|
||||||
|
description='A flexible and extensible Python IRC bot and framework.',
|
||||||
|
long_description="""A 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 granularity. Batteries are
|
||||||
|
included in the form of numerous plugins already written.""",
|
||||||
|
download_url='http://www.sf.net/project/showfiles.php?group_id=58965',
|
||||||
|
classifiers = [
|
||||||
|
'Development Status :: 3 - Alpha',
|
||||||
|
'Environment :: Console',
|
||||||
|
'Environment :: No Input/Output (Daemon)',
|
||||||
|
'Intended Audience :: End Users/Desktop',
|
||||||
|
'Intended Audience :: Developers',
|
||||||
|
'License :: OSI Approved :: BSD License',
|
||||||
|
'Topic :: Communications :: Chat :: Internet Relay Chat',
|
||||||
|
'Natural Language :: English',
|
||||||
|
'Operating System :: OS Independent',
|
||||||
|
'Operating System :: POSIX',
|
||||||
|
'Operating System :: Microsoft :: Windows',
|
||||||
|
'Programming Language :: Python',
|
||||||
|
],
|
||||||
|
|
||||||
# Installation data
|
# Installation data
|
||||||
packages=['supybot',
|
packages=['supybot',
|
||||||
@ -68,7 +89,6 @@ setup(
|
|||||||
'supybot.others.unum': os.path.join('others', 'unum'),
|
'supybot.others.unum': os.path.join('others', 'unum'),
|
||||||
'supybot.others.unum.units':
|
'supybot.others.unum.units':
|
||||||
os.path.join(os.path.join('others', 'unum'), 'units')},
|
os.path.join(os.path.join('others', 'unum'), 'units')},
|
||||||
description='A highly robust and full-featured IRC library and bot.',
|
|
||||||
scripts=['scripts/supybot-wizard',
|
scripts=['scripts/supybot-wizard',
|
||||||
'scripts/supybot-adduser',
|
'scripts/supybot-adduser',
|
||||||
'scripts/supybot-newplugin']
|
'scripts/supybot-newplugin']
|
||||||
|
Loading…
Reference in New Issue
Block a user