Mercurial > hg > martINI
comparison setup.py @ 11:c77259f467a3
hopefully OrderedDict preservation actually works now
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 23 Aug 2016 18:17:11 -0700 |
parents | 77c7556fa8e0 |
children | 4faed08eb8d8 |
comparison
equal
deleted
inserted
replaced
10:66d11212175d | 11:c77259f467a3 |
---|---|
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.4.1' | 9 version = '0.4.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, |
21 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), | 21 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), |
22 include_package_data=True, | 22 include_package_data=True, |
23 zip_safe=False, | 23 zip_safe=False, |
24 install_requires=[ | 24 install_requires=[ |
25 # -*- Extra requirements: -*- | 25 # -*- Extra requirements: -*- |
26 'WebOb', | 26 'WebOb', |
27 'Paste', | 27 'Paste', |
28 'PasteScript', | 28 'PasteScript', |
29 'genshi' | 29 'genshi' |
30 ], | 30 ], |
31 entry_points=""" | 31 entry_points=""" |