# HG changeset patch # User Jeff Hammel # Date 1271722302 25200 # Node ID 40912f3e05597beeb00843e1c229b0a4a8a23c52 # Parent 9ba237db4cde5a1f34db3486ccc4fccf8a608870 alter setup metadata diff -r 9ba237db4cde -r 40912f3e0559 setup.py --- a/setup.py Mon Mar 08 11:06:56 2010 -0500 +++ b/setup.py Mon Apr 19 17:11:42 2010 -0700 @@ -15,8 +15,8 @@ classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers author='Jeff Hammel', author_email='k0scist@gmail.com', - url='http://explosivedecompression.net', - license="", + url='http://k0s.org', + license="GPL", packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=False,