From d1f5fab4b460a19b5a7254598e48975b7566000c Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 15 Jul 2019 14:34:55 -0700 Subject: [PATCH] update project links --- README.rst | 9 ++------- setup.py | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 418241ac1..02d2ea9dc 100644 --- a/README.rst +++ b/README.rst @@ -65,17 +65,12 @@ A Simple Example Links ----- -- Website: https://www.palletsprojects.com/p/werkzeug/ +- Website: https://palletsprojects.com/p/werkzeug/ - Documentation: https://werkzeug.palletsprojects.com/ - Releases: https://pypi.org/project/Werkzeug/ - Code: https://github.com/pallets/werkzeug - Issue tracker: https://github.com/pallets/werkzeug/issues -- Test status: - - - Linux, Mac: https://travis-ci.org/pallets/werkzeug - - Windows: https://ci.appveyor.com/project/pallets/werkzeug - -- Test coverage: https://codecov.io/gh/pallets/werkzeug +- Test status: https://dev.azure.com/pallets/werkzeug/_build - Official chat: https://discord.gg/t6rrQZH .. _WSGI: https://wsgi.readthedocs.io/en/latest/ diff --git a/setup.py b/setup.py index 47a655bd5..c53454c4d 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ license="BSD-3-Clause", author="Armin Ronacher", author_email="armin.ronacher@active-4.com", - maintainer="The Pallets Team", + maintainer="Pallets", maintainer_email="contact@palletsprojects.com", description="The comprehensive WSGI web application library.", long_description=readme,