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