Mercurial > hg > MakeItSo
comparison setup.py @ 168:54f42aa651bc
fix single module interpolation
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 31 Oct 2013 17:38:39 -0700 |
parents | cfd4f1e91090 |
children | 99719e6f7c47 |
comparison
equal
deleted
inserted
replaced
167:f6474c7dfb39 | 168:54f42aa651bc |
---|---|
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.2.6' | 10 version = '0.2.7' |
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, |