Install dateutil stuff.

This commit is contained in:
Jeremy Fincher 2004-09-30 07:43:09 +00:00
parent a21d181a50
commit 8bcb9f2f21
1 changed files with 4 additions and 2 deletions

View File

@ -110,10 +110,12 @@ setup(
# Installation data # Installation data
packages=['supybot', packages=['supybot',
'supybot.others', 'supybot.others',
'supybot.plugins',], 'supybot.plugins',
'supybot.others.dateutil',],
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'},
scripts=['scripts/supybot', scripts=['scripts/supybot',
'scripts/supybot-wizard', 'scripts/supybot-wizard',
'scripts/supybot-adduser', 'scripts/supybot-adduser',