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.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.units':
os.path.join(os.path.join('others', 'unum'), 'units')},
scripts=['scripts/supybot', scripts=['scripts/supybot',
'scripts/supybot-wizard', 'scripts/supybot-wizard',
'scripts/supybot-adduser', 'scripts/supybot-adduser',