# HG changeset patch # User k0s # Date 1261949438 18000 # Node ID 04a77bdafaec0a5bda83ceea0dc3d27e0611a18c # Parent e5efa999911a18c4746b2b805fdba203277ebccb more metadata for setup.py diff -r e5efa999911a -r 04a77bdafaec setup.py --- 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,