Mercurial > hg > martINI
comparison setup.py @ 2:d172c078f4a2
add -O option for specifying output file
| author | k0s <k0scist@gmail.com> |
|---|---|
| date | Tue, 08 Dec 2009 16:23:50 -0500 |
| parents | 5627074cd79b |
| children | 9e4da7517815 |
comparison
equal
deleted
inserted
replaced
| 1:5627074cd79b | 2:d172c078f4a2 |
|---|---|
| 1 from setuptools import setup, find_packages | 1 from setuptools import setup, find_packages |
| 2 import sys, os | 2 import sys, os |
| 3 | 3 |
| 4 version = '0.3' | 4 version = '0.3.1' |
| 5 | 5 |
| 6 setup(name='martINI', | 6 setup(name='martINI', |
| 7 version=version, | 7 version=version, |
| 8 description="edit .ini files from the command line", | 8 description="edit .ini files from the command line", |
| 9 long_description="""\ | 9 long_description="""\ |
