summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-04-17 03:06:48 -0700
committerSteve Piercy <web@stevepiercy.com>2020-04-17 03:06:48 -0700
commitca1f6d88f90b49cf1bc0a6b1f6164ca87d22498e (patch)
tree0d6d306e876bd28a03b39e5779f513df66824b10
parentef1536cdb4b120683d451b8ce203174762459bec (diff)
downloadwaitress-ca1f6d88f90b49cf1bc0a6b1f6164ca87d22498e.tar.gz
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