mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-08 19:22:33 +01: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.others',
|
||||
'supybot.plugins',
|
||||
'supybot.others.IMDb',
|
||||
'supybot.others.unum',
|
||||
'supybot.others.unum.units'],
|
||||
'supybot.others.IMDb',],
|
||||
package_dir={'supybot': os.curdir,
|
||||
'supybot.src': 'src',
|
||||
'supybot.others': 'others',
|
||||
'supybot.plugins': 'plugins',
|
||||
'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')},
|
||||
'supybot.others.IMDb': os.path.join('others', 'IMDb'),},
|
||||
scripts=['scripts/supybot',
|
||||
'scripts/supybot-wizard',
|
||||
'scripts/supybot-adduser',
|
||||
|
Loading…
Reference in New Issue
Block a user