Mercurial > hg > martINI
comparison setup.py @ 14:904bb82c3308
py35
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 20 Feb 2017 14:46:42 -0800 |
parents | ce3f13718f6e |
children | 8ae3a7fd466a |
comparison
equal
deleted
inserted
replaced
13:ce3f13718f6e | 14:904bb82c3308 |
---|---|
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.0' | 9 version = '0.5.1' |
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, |
16 keywords='ini cli', | 16 keywords='ini cli', |
17 author='Jeff Hammel', | 17 author='Jeff Hammel', |
18 author_email='k0scist@gmail.com', | 18 author_email='k0scist@gmail.com', |
19 url='http://k0s.org/hg/martINI', | 19 url='http://k0s.org/hg/martINI', |
20 license='GPL', | 20 license='GPL', |
21 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), | 21 packages=['martini'], |
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', |