summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2005-08-31 02:38:59 +0000
committerIan Bicking <ian@ianbicking.org>2005-08-31 02:38:59 +0000
commit79aef7554915e5abd165173f543322810b0bf332 (patch)
tree5b1381ee21baeebbed8d0ef2b0105b4e4281931f
parent2aa86e59277804c89d0c543299593d7a6ed652ed (diff)
downloadpaste-git-79aef7554915e5abd165173f543322810b0bf332.tar.gz
Updated license info
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 832bd77..faf7a45 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ functionality.
""",
classifiers=["Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
- "License :: OSI Approved :: Python Software Foundation License",
+ "License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
@@ -36,7 +36,7 @@ functionality.
author="Ian Bicking",
author_email="ianb@colorstudy.com",
url="http://pythonpaste.org",
- license="PSF",
+ license="MIT",
packages=find_packages(exclude=['ez_setup', 'examples', 'packages']),
download_url="",
package_data={'': ['*.txt', '*.html', '*.conf'],