changeset 37:40912f3e0559

alter setup metadata
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 19 Apr 2010 17:11:42 -0700
parents 9ba237db4cde
children cec3a2b24e78
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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,