Mercurial > hg > markup
comparison setup.py @ 2:dc8cc3d30d6d
forgot ,
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 13:04:00 -0800 |
parents | dacffabe885f |
children | 45b1c3f63730 |
comparison
equal
deleted
inserted
replaced
1:dacffabe885f | 2:dc8cc3d30d6d |
---|---|
9 long_description="", | 9 long_description="", |
10 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 10 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers |
11 keywords='', | 11 keywords='', |
12 author='Jeff Hammel', | 12 author='Jeff Hammel', |
13 author_email='k0scist@gmail.com', | 13 author_email='k0scist@gmail.com', |
14 url='http://k0s.org/' | 14 url='http://k0s.org/', |
15 license='GPL', | 15 license='GPL', |
16 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), | 16 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), |
17 include_package_data=True, | 17 include_package_data=True, |
18 zip_safe=False, | 18 zip_safe=False, |
19 install_requires=[], | 19 install_requires=[], |