Mercurial > hg > contenttransformer
diff setup.py @ 5:349a80ce9def
include more setup metadata
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 17 Jan 2010 19:50:03 -0500 |
parents | 5258325a496a |
children | 85f84b928768 |
line wrap: on
line diff
--- 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,