Mercurial > hg > uploader
comparison setup.py @ 5:04a77bdafaec
more metadata for setup.py
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 27 Dec 2009 16:30:38 -0500 |
parents | bb2d34fb5de4 |
children | d2990750e5d6 |
comparison
equal
deleted
inserted
replaced
4:e5efa999911a | 5:04a77bdafaec |
---|---|
9 long_description=""" | 9 long_description=""" |
10 """, | 10 """, |
11 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers | 11 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers |
12 author='Ethan Jucovy', | 12 author='Ethan Jucovy', |
13 author_email='', | 13 author_email='', |
14 url='', | 14 url='http://k0s.org/hg/uploader', |
15 license="", | 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=[ |
20 # -*- Extra requirements: -*- | 20 # -*- Extra requirements: -*- |