# HG changeset patch # User k0s # Date 1264372854 18000 # Node ID aebfbb10aefba74d435f331136734421f026140d # Parent 1c95a3fa76c1357c822696a1227b6cb557b636cd adding more meta information diff -r 1c95a3fa76c1 -r aebfbb10aefb setup.py --- a/setup.py Sun Jan 24 17:39:05 2010 -0500 +++ b/setup.py Sun Jan 24 17:40:54 2010 -0500 @@ -14,8 +14,8 @@ classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers author='Jeff Hammel', author_email='k0scist@gmail.com', - url='http://k0s.org', - license="", + url='http://k0s.org/hg/commentator', + license="GPL", packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False,