Mercurial > hg > MakeItSo
comparison setup.py @ 201:65684aae6bfe
make unittest template smarter
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 09 Jul 2014 15:48:41 -0700 |
parents | 5a2edca13b36 |
children | 1203898cd195 |
comparison
equal
deleted
inserted
replaced
200:5a2edca13b36 | 201:65684aae6bfe |
---|---|
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.4' | 10 version = '0.3.5' |
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, |