mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Fixed to work completely.
This commit is contained in:
parent
b4530f02c7
commit
e360856ac3
6
setup.py
6
setup.py
@ -112,12 +112,14 @@ setup(
|
||||
'supybot.others',
|
||||
'supybot.plugins',
|
||||
'supybot.others.dateutil',
|
||||
'supybot.others.SOAPpy',],
|
||||
'supybot.others.SOAPpy',
|
||||
'supybot.others.SOAPpy.wstools',],
|
||||
package_dir={'supybot': 'src',
|
||||
'supybot.others': 'others',
|
||||
'supybot.plugins': 'plugins',
|
||||
'supybot.others.dateutil': 'others/dateutil',
|
||||
'supybot.others.SOAPpy': 'others/SOAPpy',},
|
||||
'supybot.others.SOAPpy': 'others/SOAPpy',
|
||||
'supybot.others.SOAPpy.wstools': 'others/SOAPpy/wstools',},
|
||||
scripts=['scripts/supybot',
|
||||
'scripts/supybot-wizard',
|
||||
'scripts/supybot-adduser',
|
||||
|
Loading…
Reference in New Issue
Block a user