comparison setup.py @ 242:5cb893831f53

fix for when output is not supplied
author Jeff Hammel <k0scist@gmail.com>
date Tue, 23 Aug 2016 15:34:27 -0700
parents 08a0a178286f
children ba7dd9820181
comparison
equal deleted inserted replaced
241:90ecb5c015de 242:5cb893831f53
15 here = os.path.dirname(os.path.abspath(__file__)) 15 here = os.path.dirname(os.path.abspath(__file__))
16 description = file(os.path.join(here, 'README.txt')).read() 16 description = file(os.path.join(here, 'README.txt')).read()
17 except IOError: 17 except IOError:
18 description = '' 18 description = ''
19 19
20 version = '0.4.1' 20 version = '0.4.2'
21 21
22 setup(name='MakeItSo', 22 setup(name='MakeItSo',
23 version=version, 23 version=version,
24 description='filesystem template interpreter', 24 description='filesystem template interpreter',
25 long_description=description, 25 long_description=description,