Removed unum from setup.

This commit is contained in:
Jeremy Fincher 2004-01-20 16:15:35 +00:00
parent 39856a6172
commit 17fec22598
1 changed files with 2 additions and 7 deletions

View File

@ -78,17 +78,12 @@ setup(
'supybot.src',
'supybot.others',
'supybot.plugins',
'supybot.others.IMDb',
'supybot.others.unum',
'supybot.others.unum.units'],
'supybot.others.IMDb',],
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.units':
os.path.join(os.path.join('others', 'unum'), 'units')},
'supybot.others.IMDb': os.path.join('others', 'IMDb'),},
scripts=['scripts/supybot',
'scripts/supybot-wizard',
'scripts/supybot-adduser',