From e360856ac3d2d321a2ee9da354581aee8b43d459 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 30 Sep 2004 14:53:02 +0000 Subject: [PATCH] Fixed to work completely. --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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',