Mercurial > hg > martINI
comparison setup.py @ 17:a42a02bb46ed
py3
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Mon, 20 Feb 2017 15:11:21 -0800 |
| parents | 8ae3a7fd466a |
| children | c570adf77a48 |
comparison
equal
deleted
inserted
replaced
| 16:8ae3a7fd466a | 17:a42a02bb46ed |
|---|---|
| 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.2' | 9 version = '0.5.3' |
| 10 | |
| 10 | 11 |
| 11 setup(name='martINI', | 12 setup(name='martINI', |
| 12 version=version, | 13 version=version, |
| 13 description="edit .ini files from the command line", | 14 description="edit .ini files from the command line", |
| 14 long_description=description, | 15 long_description=description, |
