From 8bcb9f2f2134ebda602519c8286df88af69b5ebc Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 30 Sep 2004 07:43:09 +0000 Subject: [PATCH] Install dateutil stuff. --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d5b5a9d69..0b90b7a09 100644 --- a/setup.py +++ b/setup.py @@ -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',