comparison setup-exe.py @ 181:91fe19d9eba4 2.02 2.02.0

Created a branch for the 2.02 release
author Oleg Oshmyan <chortos@inbox.lv>
date Thu, 14 Jul 2011 16:47:49 +0300
parents 37955420fd66
children
comparison
equal deleted inserted replaced
180:760d38ee86d6 181:91fe19d9eba4
28 msvcrt_files = [os.path.join(direct, name) for name in files] 28 msvcrt_files = [os.path.join(direct, name) for name in files]
29 29
30 os.rename('upreckon/unix.py', 'upreckon/unix.py~') 30 os.rename('upreckon/unix.py', 'upreckon/unix.py~')
31 try: 31 try:
32 setup(name='Upreckon', 32 setup(name='Upreckon',
33 version='2.01.0', 33 version='2.02.0',
34 author='Oleg Oshmyan', 34 author='Oleg Oshmyan',
35 author_email='chortos@inbox.lv', 35 author_email='chortos@inbox.lv',
36 url='http://chortos.selfip.net/~astiob/test.py/', 36 url='http://chortos.selfip.net/~astiob/test.py/',
37 #description='', 37 #description='',
38 #long_description='', 38 #long_description='',