mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Updated for SOAPpy changes.
This commit is contained in:
parent
da8ebdb64a
commit
eea46d874a
6
setup.py
6
setup.py
@ -111,11 +111,13 @@ setup(
|
|||||||
packages=['supybot',
|
packages=['supybot',
|
||||||
'supybot.others',
|
'supybot.others',
|
||||||
'supybot.plugins',
|
'supybot.plugins',
|
||||||
'supybot.others.dateutil',],
|
'supybot.others.dateutil',
|
||||||
|
'supybot.others.SOAPpy',],
|
||||||
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'},
|
'supybot.others.dateutil': 'others/dateutil',
|
||||||
|
'supybot.others.SOAPpy': 'others/SOAPpy',},
|
||||||
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