Mercurial > hg > MakeItSo
comparison setup.py @ 255:4a0bf841ebbf
bump version for package fun
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Fri, 26 May 2017 14:18:47 -0700 |
| parents | 13de6f87c323 |
| children | 395fe039c7c0 |
comparison
equal
deleted
inserted
replaced
| 254:2d63a8cb4f68 | 255:4a0bf841ebbf |
|---|---|
| 14 here = os.path.dirname(os.path.abspath(__file__)) | 14 here = os.path.dirname(os.path.abspath(__file__)) |
| 15 description = open(os.path.join(here, 'README.txt')).read() | 15 description = open(os.path.join(here, 'README.txt')).read() |
| 16 except IOError: | 16 except IOError: |
| 17 description = '' | 17 description = '' |
| 18 | 18 |
| 19 version = '0.4.5' | 19 version = '0.5' |
| 20 | 20 |
| 21 setup(name='MakeItSo', | 21 setup(name='MakeItSo', |
| 22 version=version, | 22 version=version, |
| 23 description='filesystem template interpreter', | 23 description='filesystem template interpreter', |
| 24 long_description=description, | 24 long_description=description, |
