mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Added unum subpackage (and unum.units).
This commit is contained in:
parent
12e565855e
commit
046be171eb
8
setup.py
8
setup.py
@ -57,13 +57,17 @@ setup(
|
|||||||
'supybot.src',
|
'supybot.src',
|
||||||
'supybot.others',
|
'supybot.others',
|
||||||
'supybot.plugins',
|
'supybot.plugins',
|
||||||
'supybot.others.IMDb'],
|
'supybot.others.IMDb',
|
||||||
|
'supybot.others.unum',
|
||||||
|
'supybot.others.unum.units'],
|
||||||
package_dir={'supybot': os.curdir,
|
package_dir={'supybot': os.curdir,
|
||||||
'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')},
|
'supybot.others.unum': os.path.join('others', 'unum'),
|
||||||
|
'supybot.others.unum.units':
|
||||||
|
os.path.join(os.path.join('others', 'unum'), 'units')},
|
||||||
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