Mercurial > hg > MakeItSo
comparison setup.py @ 228:a0a86aa9a031
one more time
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Mon, 14 Dec 2015 14:09:01 -0800 |
| parents | 8ee4ff7a89c7 |
| children | 06a6abb83c58 |
comparison
equal
deleted
inserted
replaced
| 227:8ee4ff7a89c7 | 228:a0a86aa9a031 |
|---|---|
| 5 here = os.path.dirname(os.path.abspath(__file__)) | 5 here = os.path.dirname(os.path.abspath(__file__)) |
| 6 description = file(os.path.join(here, 'README.txt')).read() | 6 description = file(os.path.join(here, 'README.txt')).read() |
| 7 except IOError: | 7 except IOError: |
| 8 description = '' | 8 description = '' |
| 9 | 9 |
| 10 version = '0.3.15' | 10 version = '0.3.16' |
| 11 | 11 |
| 12 setup(name='MakeItSo', | 12 setup(name='MakeItSo', |
| 13 version=version, | 13 version=version, |
| 14 description='filesystem template interpreter', | 14 description='filesystem template interpreter', |
| 15 long_description=description, | 15 long_description=description, |
