summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-02 03:24:51 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-02 03:24:51 +0100
commit0a70c21090b52bcc9dfcc8a3f4c8bf40a526ee56 (patch)
tree1e1b8c5863b799aecdb6252b93ecbfe0119c0e07 /setup.py
parentc1ab22d3c3e64c9dc00664c8f6e0239f0b79b4bd (diff)
downloadcherrypy-git-0a70c21090b52bcc9dfcc8a3f4c8bf40a526ee56.tar.gz
Revert "Remove trove classifiers. No one needs this toil."
This reverts commit 1ba0e5e6cc16045e370cc9a9f17a96bd1bfb5157. It is necessary for the docs to retrieve minimum and maximum supported versions. Commit 1ba0e5e6cc16045e370cc9a9f17a96bd1bfb5157 broke the Sphinx docs generation since it relies on this bit of the metadata.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5b1f2aab..0c537cb2 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,9 @@ params = dict(
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: Jython',