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