From b7bea40996d91fb64f7f57f9d13ac23bb3494055 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 14 Oct 2020 12:09:50 +0200 Subject: Add project URLs to the PyPI page sidebar --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 5d97b11..18d886f 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,12 @@ setup(name="Routes", author="Ben Bangert", author_email="ben@groovie.org", url='https://routes.readthedocs.io/', + project_urls={ + 'CI: GitHub': 'https://github.com/bbangert/routes/actions?query=branch:main', + 'Docs: RTD': 'https://routes.readthedocs.io/', + 'GitHub: issues': 'https://github.com/bbangert/routes/issues', + 'GitHub: repo': 'https://github.com/bbangert/routes', + }, license="MIT", test_suite="nose.collector", include_package_data=True, -- cgit v1.2.1 From 625cd7e59a545b338cfbdd5faf217e33a0df3b76 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 14 Oct 2020 12:10:21 +0200 Subject: Add a GHA badge to the README --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index e40c921..676d977 100644 --- a/README.rst +++ b/README.rst @@ -7,3 +7,7 @@ Speedy and dynamic URL generation means you get a URL with minimal cruft on repetitive typing. See `the documentation for installation and usage of Routes `_. + +.. image:: https://github.com/bbangert/routes/workflows/Python%20package/badge.svg?branch=main&event=push + :target: https://github.com/cherrypy/cheroot/actions?query=workflow%3A%22Python+package%22+branch%3Amaster + :alt: GitHub Actions Workflows CI/CD -- cgit v1.2.1