diff options
author | Stefan Kögl <stefan@skoegl.net> | 2015-10-28 20:05:40 +0100 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2015-10-28 20:05:40 +0100 |
commit | 309468887e2726d6ba76be04038b6996485907ed (patch) | |
tree | 0e9f2917c28997728c040bbe042885a862e5c736 /setup.py | |
parent | 9a276f9974988be0feee447aeadeb36ade7ead60 (diff) | |
download | python-json-pointer-309468887e2726d6ba76be04038b6996485907ed.tar.gz |
Add Python 3.5 to trove classifiers
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |