summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-01-11 10:12:18 -0800
committerBob Ippolito <bob@redivi.com>2013-01-11 10:13:31 -0800
commit0cb8be97d96ef319f32666b5f5bd23ddcbb9066e (patch)
tree76c9b393873f6c78159a501167015f605e31dc14 /setup.py
parent9b30e089d1e346b533dea12f6dd28c5e200af057 (diff)
downloadsimplejson-0cb8be97d96ef319f32666b5f5bd23ddcbb9066e.tar.gz
v3.0.7 now dual-licensed MIT or AFL v2.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7578766..429c215 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.0.6'
+VERSION = '3.0.7'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f:
@@ -19,6 +19,7 @@ CLASSIFIERS = filter(None, map(str.strip,
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
+License :: OSI Approved :: Academic Free License (AFL)
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.5