diff options
author | Stefan Kögl <stefan@skoegl.net> | 2017-01-12 22:23:52 +0100 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2017-01-12 22:23:52 +0100 |
commit | a01bec732f5be868bf66ba3684b4073c954af0ab (patch) | |
tree | ea1f754a7bfc79509031b35a2c2b4edd9a75c452 /setup.py | |
parent | 1dbc03c62c378c388c73ab1644b3dc607521cda3 (diff) | |
download | python-json-patch-a01bec732f5be868bf66ba3684b4073c954af0ab.tar.gz |
Update trove classification to include Python 3.6
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |