summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2015-10-28 20:05:40 +0100
committerStefan Kögl <stefan@skoegl.net>2015-10-28 20:05:40 +0100
commit309468887e2726d6ba76be04038b6996485907ed (patch)
tree0e9f2917c28997728c040bbe042885a862e5c736
parent9a276f9974988be0feee447aeadeb36ade7ead60 (diff)
downloadpython-json-pointer-309468887e2726d6ba76be04038b6996485907ed.tar.gz
Add Python 3.5 to trove classifiers
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6e683c8..2558c16 100644
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',