# HG changeset patch # User k0s # Date 1263775803 18000 # Node ID 349a80ce9def2e6d5d325ab7a66c170459b5e218 # Parent 5258325a496a1b10a72c5ec5f7e87c14cde5bc0c include more setup metadata diff -r 5258325a496a -r 349a80ce9def setup.py --- a/setup.py Sun Jan 17 19:47:32 2010 -0500 +++ b/setup.py Sun Jan 17 19:50:03 2010 -0500 @@ -11,8 +11,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/contenttransformer', + license="GPL", packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False,