Mercurial > hg > uploader
changeset 5:04a77bdafaec
more metadata for setup.py
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 27 Dec 2009 16:30:38 -0500 |
parents | e5efa999911a |
children | d2990750e5d6 |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sun Dec 27 16:30:29 2009 -0500 +++ b/setup.py Sun Dec 27 16:30:38 2009 -0500 @@ -11,8 +11,8 @@ classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers author='Ethan Jucovy', author_email='', - url='', - license="", + url='http://k0s.org/hg/uploader', + license="GPL", packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False,