Mercurial > hg > MakeItSo
comparison setup.py @ 265:d3852c5beff9
https://docs.pytest.org/en/latest/goodpractices.html
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Fri, 01 Sep 2017 09:34:56 -0700 |
| parents | 0999d80b8e3c |
| children | 402b17ba3d19 |
comparison
equal
deleted
inserted
replaced
| 264:2d298045da4d | 265:d3852c5beff9 |
|---|---|
| 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.6' | 19 version = '0.6.1' |
| 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, |
