summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-29 03:09:09 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-29 03:09:09 -0800
commit45746436121816981d8c0ee5a8f77867ccb7dded (patch)
tree779229191ed9dbdda620db5903504ab64e39820d
parenta207e5c8976e4f7bcf0e80ba4d94ccbf7a7f2670 (diff)
downloadpastedeploy-git-45746436121816981d8c0ee5a8f77867ccb7dded.tar.gz
update trove classifiers
-rw-r--r--setup.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index b421563..7d0a1e4 100644
--- a/setup.py
+++ b/setup.py
@@ -21,13 +21,14 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.5',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.1',
- 'Programming Language :: Python :: 3.2',
- 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: Implementation :: CPython',
+ 'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Internet :: WWW/HTTP :: WSGI',