summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2016-02-13 19:04:55 +0100
committerStefan Kögl <stefan@skoegl.net>2016-02-13 19:04:55 +0100
commit5cc9bee572f6207166122ac2ba9cecde0598930a (patch)
tree2646325bba75fb30b086fc73216ac68c56f9be10 /setup.py
parentb15d8f1ec18e4f3191ba668e63520018a47e37de (diff)
downloadpython-json-patch-5cc9bee572f6207166122ac2ba9cecde0598930a.tar.gz
Update trove classification to include Python 3.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6b7cfc2..f73d9cf 100644
--- a/setup.py
+++ b/setup.py
@@ -67,6 +67,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',