mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Updated version numbers.
This commit is contained in:
parent
60bdc8bded
commit
c75e8b5137
@ -109,7 +109,7 @@ if __name__ == '__main__':
|
|||||||
# --connect (commands to run afterConnect)
|
# --connect (commands to run afterConnect)
|
||||||
# --config (configuration values)
|
# --config (configuration values)
|
||||||
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
|
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
|
||||||
version='supybot 0.76.1')
|
version='supybot 0.71.1')
|
||||||
parser.add_option('-P', '--profile', action='store_true', dest='profile',
|
parser.add_option('-P', '--profile', action='store_true', dest='profile',
|
||||||
help='enables profiling')
|
help='enables profiling')
|
||||||
parser.add_option('-O', action='count', dest='optimize',
|
parser.add_option('-O', action='count', dest='optimize',
|
||||||
|
18
setup.py
18
setup.py
@ -47,19 +47,19 @@ otherFiles = glob.glob(os.path.join('others', '*.py'))
|
|||||||
pluginFiles = glob.glob(os.path.join('plugins', '*.py'))
|
pluginFiles = glob.glob(os.path.join('plugins', '*.py'))
|
||||||
|
|
||||||
# This is a terrible hack.
|
# This is a terrible hack.
|
||||||
previousInstall = os.path.join(get_python_lib(), 'supybot')
|
## previousInstall = os.path.join(get_python_lib(), 'supybot')
|
||||||
if os.path.exists(previousInstall):
|
## if os.path.exists(previousInstall):
|
||||||
try:
|
## try:
|
||||||
shutil.rmtree(previousInstall)
|
## shutil.rmtree(previousInstall)
|
||||||
except Exception, e:
|
## except Exception, e:
|
||||||
print 'Couldn\'t remove former installation: %s' % e
|
## print 'Couldn\'t remove former installation: %s' % e
|
||||||
print 'Remove by hand and then run this script.'
|
## print 'Remove by hand and then run this script.'
|
||||||
sys.exit(-1)
|
## sys.exit(-1)
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
# Metadata
|
# Metadata
|
||||||
name='supybot',
|
name='supybot',
|
||||||
version='0.77.0+cvs',
|
version='0.77.1',
|
||||||
url='http://supybot.sf.net/',
|
url='http://supybot.sf.net/',
|
||||||
author='Jeremy Fincher',
|
author='Jeremy Fincher',
|
||||||
author_email='jemfinch@users.sf.net',
|
author_email='jemfinch@users.sf.net',
|
||||||
|
@ -481,6 +481,6 @@ supybot.register('plugins') # This will be used by plugins, but not here.
|
|||||||
###############################
|
###############################
|
||||||
###############################
|
###############################
|
||||||
###############################
|
###############################
|
||||||
version ='0.77.0+cvs'
|
version ='0.77.1'
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
Reference in New Issue
Block a user