comparison setup.py @ 231:2bc1dd66dd80

one more time
author Jeff Hammel <k0scist@gmail.com>
date Mon, 14 Dec 2015 14:14:00 -0800
parents ad31b05185ef
children 66ca1a67a76c
comparison
equal deleted inserted replaced
230:ad31b05185ef 231:2bc1dd66dd80
9 here = os.path.dirname(os.path.abspath(__file__)) 9 here = os.path.dirname(os.path.abspath(__file__))
10 description = file(os.path.join(here, 'README.txt')).read() 10 description = file(os.path.join(here, 'README.txt')).read()
11 except IOError: 11 except IOError:
12 description = '' 12 description = ''
13 13
14 version = '0.3.18' 14 version = '0.3.19'
15 15
16 setup(name='MakeItSo', 16 setup(name='MakeItSo',
17 version=version, 17 version=version,
18 description='filesystem template interpreter', 18 description='filesystem template interpreter',
19 long_description=description, 19 long_description=description,