Mercurial > hg > MakeItSo
comparison setup.py @ 240:08a0a178286f
version bump = release
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Thu, 28 Jan 2016 12:25:38 -0800 |
| parents | 70b5410e4ede |
| children | 5cb893831f53 |
comparison
equal
deleted
inserted
replaced
| 239:cab05bfc59ab | 240:08a0a178286f |
|---|---|
| 15 here = os.path.dirname(os.path.abspath(__file__)) | 15 here = os.path.dirname(os.path.abspath(__file__)) |
| 16 description = file(os.path.join(here, 'README.txt')).read() | 16 description = file(os.path.join(here, 'README.txt')).read() |
| 17 except IOError: | 17 except IOError: |
| 18 description = '' | 18 description = '' |
| 19 | 19 |
| 20 version = '0.4.0' | 20 version = '0.4.1' |
| 21 | 21 |
| 22 setup(name='MakeItSo', | 22 setup(name='MakeItSo', |
| 23 version=version, | 23 version=version, |
| 24 description='filesystem template interpreter', | 24 description='filesystem template interpreter', |
| 25 long_description=description, | 25 long_description=description, |
