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
packages=['supybot',
'supybot.others',
'supybot.plugins',],
'supybot.plugins',
'supybot.others.dateutil',],
package_dir={'supybot': 'src',
'supybot.others': 'others',
'supybot.plugins': 'plugins',},
'supybot.plugins': 'plugins',
'supybot.others.dateutil': 'others/dateutil'},
scripts=['scripts/supybot',
'scripts/supybot-wizard',
'scripts/supybot-adduser',