summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,