From 12e565855eae45e34b2c3c3ee7fb17942d2c034e Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 3 Oct 2003 18:57:38 +0000 Subject: [PATCH] Added unum subpackage. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1a66fbe9..4cea61bbf 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,8 @@ setup( 'supybot.src': 'src', 'supybot.others': 'others', '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')}, description='A highly robust and full-featured IRC library and bot.', scripts=['scripts/supybot-wizard.py', 'scripts/supybot-adduser.py',