comparison setup.py @ 9:77c7556fa8e0

well, dammit
author Jeff Hammel <k0scist@gmail.com>
date Tue, 23 Aug 2016 09:11:49 -0700
parents 9e4da7517815
children c77259f467a3
comparison
equal deleted inserted replaced
8:81aed4352851 9:77c7556fa8e0
4 try: 4 try:
5 description = file('README.txt').read() 5 description = file('README.txt').read()
6 except: 6 except:
7 description = '' 7 description = ''
8 8
9 version = '0.3.2' 9 version = '0.4.1'
10 10
11 setup(name='martINI', 11 setup(name='martINI',
12 version=version, 12 version=version,
13 description="edit .ini files from the command line", 13 description="edit .ini files from the command line",
14 long_description=description, 14 long_description=description,