Added unum subpackage.

This commit is contained in:
Jeremy Fincher 2003-10-03 18:57:38 +00:00
parent baf5da1855
commit 12e565855e
1 changed files with 2 additions and 1 deletions

View File

@ -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',