Mercurial > hg > martINI
comparison setup.py @ 16:8ae3a7fd466a
py3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 20 Feb 2017 14:56:46 -0800 |
parents | 904bb82c3308 |
children | a42a02bb46ed |
comparison
equal
deleted
inserted
replaced
15:5de4f7d434de | 16:8ae3a7fd466a |
---|---|
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.5.1' | 9 version = '0.5.2' |
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, |