mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Removed the .py for eventual packaging in Debian.
This commit is contained in:
parent
baa9922f5f
commit
d8187d4908
6
setup.py
6
setup.py
@ -69,9 +69,9 @@ setup(
|
|||||||
'supybot.others.unum.units':
|
'supybot.others.unum.units':
|
||||||
os.path.join(os.path.join('others', 'unum'), 'units')},
|
os.path.join(os.path.join('others', 'unum'), 'units')},
|
||||||
description='A highly robust and full-featured IRC library and bot.',
|
description='A highly robust and full-featured IRC library and bot.',
|
||||||
scripts=['scripts/supybot-wizard.py',
|
scripts=['scripts/supybot-wizard',
|
||||||
'scripts/supybot-adduser.py',
|
'scripts/supybot-adduser',
|
||||||
'scripts/supybot-newplugin.py']
|
'scripts/supybot-newplugin']
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user