Added unum subpackage (and unum.units).

This commit is contained in:
Jeremy Fincher 2003-10-03 19:02:39 +00:00
parent 12e565855e
commit 046be171eb

View File

@ -57,13 +57,17 @@ setup(
'supybot.src',
'supybot.others',
'supybot.plugins',
'supybot.others.IMDb'],
'supybot.others.IMDb',
'supybot.others.unum',
'supybot.others.unum.units'],
package_dir={'supybot': os.curdir,
'supybot.src': 'src',
'supybot.others': 'others',
'supybot.plugins': 'plugins',
'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.',
scripts=['scripts/supybot-wizard.py',
'scripts/supybot-adduser.py',