mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 11:34:06 +01:00
Install dateutil stuff.
This commit is contained in:
parent
a21d181a50
commit
8bcb9f2f21
6
setup.py
6
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user