Mercurial > ~astiob > upreckon > hgweb
comparison setup-exe.py @ 241:478d4217fe03 2.04 2.04.0
Created a branch for the 2.04 release
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Tue, 11 Dec 2012 01:08:08 +0200 |
parents | 9d21cef40e5a |
children | bbd735702dc4 |
comparison
equal
deleted
inserted
replaced
240:2798cbebd83a | 241:478d4217fe03 |
---|---|
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.04.0dev', | 33 version='2.04.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/upreckon/', | 36 url='http://chortos.selfip.net/~astiob/upreckon/', |
37 #description='', | 37 #description='', |
38 #long_description='', | 38 #long_description='', |