diff --git a/setup.py b/setup.py index 2c4a4a7ac..2637efa36 100644 --- a/setup.py +++ b/setup.py @@ -112,12 +112,14 @@ setup( 'supybot.others', 'supybot.plugins', 'supybot.others.dateutil', - 'supybot.others.SOAPpy',], + 'supybot.others.SOAPpy', + 'supybot.others.SOAPpy.wstools',], package_dir={'supybot': 'src', 'supybot.others': 'others', 'supybot.plugins': 'plugins', 'supybot.others.dateutil': 'others/dateutil', - 'supybot.others.SOAPpy': 'others/SOAPpy',}, + 'supybot.others.SOAPpy': 'others/SOAPpy', + 'supybot.others.SOAPpy.wstools': 'others/SOAPpy/wstools',}, scripts=['scripts/supybot', 'scripts/supybot-wizard', 'scripts/supybot-adduser',