mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-05-07 15:17:32 +02:00
Removed unum from setup.
This commit is contained in:
parent
39856a6172
commit
17fec22598
9
setup.py
9
setup.py
@ -78,17 +78,12 @@ setup(
|
|||||||
'supybot.src',
|
'supybot.src',
|
||||||
'supybot.others',
|
'supybot.others',
|
||||||
'supybot.plugins',
|
'supybot.plugins',
|
||||||
'supybot.others.IMDb',
|
'supybot.others.IMDb',],
|
||||||
'supybot.others.unum',
|
|
||||||
'supybot.others.unum.units'],
|
|
||||||
package_dir={'supybot': os.curdir,
|
package_dir={'supybot': os.curdir,
|
||||||
'supybot.src': 'src',
|
'supybot.src': 'src',
|
||||||
'supybot.others': 'others',
|
'supybot.others': 'others',
|
||||||
'supybot.plugins': 'plugins',
|
'supybot.plugins': 'plugins',
|
||||||
'supybot.others.IMDb': os.path.join('others', 'IMDb'),
|
'supybot.others.IMDb': os.path.join('others', 'IMDb'),},
|
||||||
'supybot.others.unum': os.path.join('others', 'unum'),
|
|
||||||
'supybot.others.unum.units':
|
|
||||||
os.path.join(os.path.join('others', 'unum'), 'units')},
|
|
||||||
scripts=['scripts/supybot',
|
scripts=['scripts/supybot',
|
||||||
'scripts/supybot-wizard',
|
'scripts/supybot-wizard',
|
||||||
'scripts/supybot-adduser',
|
'scripts/supybot-adduser',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user