comparison setup.py @ 180:9b78f52afe4e

STUB: makeitso/python.py setup.py
author Jeff Hammel <k0scist@gmail.com>
date Fri, 14 Mar 2014 13:34:52 -0700
parents 5bd1c50c6f61
children 55b34a5a2e5f
comparison
equal deleted inserted replaced
179:5bd1c50c6f61 180:9b78f52afe4e
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.9' 10 version = '0.3'
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,