Mercurial > hg > MakeItSo
comparison setup.py @ 236:f3a0fb722b45
version bump
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 15 Dec 2015 10:23:30 -0800 |
parents | 9216f5c9e051 |
children | 70b5410e4ede |
comparison
equal
deleted
inserted
replaced
235:9216f5c9e051 | 236:f3a0fb722b45 |
---|---|
13 here = os.path.dirname(os.path.abspath(__file__)) | 13 here = os.path.dirname(os.path.abspath(__file__)) |
14 description = file(os.path.join(here, 'README.txt')).read() | 14 description = file(os.path.join(here, 'README.txt')).read() |
15 except IOError: | 15 except IOError: |
16 description = '' | 16 description = '' |
17 | 17 |
18 version = '0.3.20' | 18 version = '0.4.0' |
19 | 19 |
20 setup(name='MakeItSo', | 20 setup(name='MakeItSo', |
21 version=version, | 21 version=version, |
22 description='filesystem template interpreter', | 22 description='filesystem template interpreter', |
23 long_description=description, | 23 long_description=description, |