Fixed to work completely.

This commit is contained in:
Jeremy Fincher 2004-09-30 14:53:02 +00:00
parent b4530f02c7
commit e360856ac3

View File

@ -112,12 +112,14 @@ setup(
'supybot.others', 'supybot.others',
'supybot.plugins', 'supybot.plugins',
'supybot.others.dateutil', 'supybot.others.dateutil',
'supybot.others.SOAPpy',], 'supybot.others.SOAPpy',
'supybot.others.SOAPpy.wstools',],
package_dir={'supybot': 'src', package_dir={'supybot': 'src',
'supybot.others': 'others', 'supybot.others': 'others',
'supybot.plugins': 'plugins', 'supybot.plugins': 'plugins',
'supybot.others.dateutil': 'others/dateutil', '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=['scripts/supybot',
'scripts/supybot-wizard', 'scripts/supybot-wizard',
'scripts/supybot-adduser', 'scripts/supybot-adduser',