Mercurial > hg > martINI
comparison setup.py @ 13:ce3f13718f6e
version bump
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 20 Feb 2017 14:34:36 -0800 |
parents | 4faed08eb8d8 |
children | 904bb82c3308 |
comparison
equal
deleted
inserted
replaced
12:4faed08eb8d8 | 13:ce3f13718f6e |
---|---|
4 try: | 4 try: |
5 description = open('README.txt').read() | 5 description = open('README.txt').read() |
6 except: | 6 except: |
7 description = '' | 7 description = '' |
8 | 8 |
9 version = '0.4.2' | 9 version = '0.5.0' |
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, |