diff options
author | Steve Piercy <web@stevepiercy.com> | 2020-04-17 03:06:48 -0700 |
---|---|---|
committer | Steve Piercy <web@stevepiercy.com> | 2020-04-17 03:06:48 -0700 |
commit | ca1f6d88f90b49cf1bc0a6b1f6164ca87d22498e (patch) | |
tree | 0d6d306e876bd28a03b39e5779f513df66824b10 | |
parent | ef1536cdb4b120683d451b8ce203174762459bec (diff) | |
download | waitress-ca1f6d88f90b49cf1bc0a6b1f6164ca87d22498e.tar.gz |
add project_urls and py38
-rw-r--r-- | setup.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |