summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2020-04-17 11:21:36 -0700
committerGitHub <noreply@github.com>2020-04-17 11:21:36 -0700
commit31f9d3a30980a3579ffcb89b10919afae534f85c (patch)
tree0d6d306e876bd28a03b39e5779f513df66824b10
parentef1536cdb4b120683d451b8ce203174762459bec (diff)
parentca1f6d88f90b49cf1bc0a6b1f6164ca87d22498e (diff)
downloadwaitress-31f9d3a30980a3579ffcb89b10919afae534f85c.tar.gz
Merge pull request #292 from stevepiercy/cleanup-setup
add project_urls and py38
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 77afa15..bcace31 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,12 +18,18 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Operating System :: OS Independent
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: WSGI
url = https://github.com/Pylons/waitress
+project_urls =
+ Documentation = https://docs.pylonsproject.org/projects/waitress/en/latest/index.html
+ Changelog = https://docs.pylonsproject.org/projects/waitress/en/latest/index.html#change-history
+ Issue Tracker = https://github.com/Pylons/waitress/issues
+
author = Zope Foundation and Contributors
author_email = zope-dev@zope.org
maintainer = Pylons Project