Mercurial > hg > MakeItSo
comparison setup.py @ 230:ad31b05185ef
one more time
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 14 Dec 2015 14:11:43 -0800 |
parents | 06a6abb83c58 |
children | 2bc1dd66dd80 |
comparison
equal
deleted
inserted
replaced
229:06a6abb83c58 | 230:ad31b05185ef |
---|---|
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.17' | 14 version = '0.3.18' |
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, |