Mercurial > hg > MakeItSo
comparison setup.py @ 185:0fd0cc154153
STUB: makeitso/makeitso.py setup.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 26 Mar 2014 21:28:47 -0700 |
parents | 55b34a5a2e5f |
children | 7d8f3660fabb |
comparison
equal
deleted
inserted
replaced
184:be33152d7d0c | 185:0fd0cc154153 |
---|---|
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' | 10 version = '0.3.1' |
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, |