From 17fec22598b30243f86ed5cd0754a8075daad001 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 20 Jan 2004 16:15:35 +0000 Subject: [PATCH] Removed unum from setup. --- setup.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 690403b85..a2f67cdee 100644 --- a/setup.py +++ b/setup.py @@ -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',