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