Removed the .py for eventual packaging in Debian.

This commit is contained in:
Jeremy Fincher 2003-10-21 06:13:40 +00:00
parent baa9922f5f
commit d8187d4908
4 changed files with 3 additions and 3 deletions

View File

@ -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']
) )