summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2017-01-12 22:23:52 +0100
committerStefan Kögl <stefan@skoegl.net>2017-01-12 22:23:52 +0100
commita01bec732f5be868bf66ba3684b4073c954af0ab (patch)
treeea1f754a7bfc79509031b35a2c2b4edd9a75c452 /setup.py
parent1dbc03c62c378c388c73ab1644b3dc607521cda3 (diff)
downloadpython-json-patch-a01bec732f5be868bf66ba3684b4073c954af0ab.tar.gz
Update trove classification to include Python 3.6
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 f73d9cf..c5a9863 100644
--- a/setup.py
+++ b/setup.py
@@ -68,6 +68,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',