summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-10-14 12:09:50 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-10-14 12:09:50 +0200
commitb7bea40996d91fb64f7f57f9d13ac23bb3494055 (patch)
tree68ce803fef8602bb5ae5816f480c0edfca376dd8
parent1face4b398c1a3397589f8e5bb6f19272723210b (diff)
downloadroutes-b7bea40996d91fb64f7f57f9d13ac23bb3494055.tar.gz
Add project URLs to the PyPI page sidebar
-rw-r--r--setup.py6
1 files changed, 6 insertions, 0 deletions
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,