mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-22 18:14:41 +01:00
Added unum subpackage.
This commit is contained in:
parent
baf5da1855
commit
12e565855e
3
setup.py
3
setup.py
@ -62,7 +62,8 @@ setup(
|
|||||||
'supybot.src': 'src',
|
'supybot.src': 'src',
|
||||||
'supybot.others': 'others',
|
'supybot.others': 'others',
|
||||||
'supybot.plugins': 'plugins',
|
'supybot.plugins': 'plugins',
|
||||||
'supybot.others.IMDb': os.path.join('others', 'IMDb')},
|
'supybot.others.IMDb': os.path.join('others', 'IMDb'),
|
||||||
|
'supybot.others.unum': os.path.join('others', 'unum')},
|
||||||
description='A highly robust and full-featured IRC library and bot.',
|
description='A highly robust and full-featured IRC library and bot.',
|
||||||
scripts=['scripts/supybot-wizard.py',
|
scripts=['scripts/supybot-wizard.py',
|
||||||
'scripts/supybot-adduser.py',
|
'scripts/supybot-adduser.py',
|
||||||
|
Loading…
Reference in New Issue
Block a user