From 26fa0aaecf7fb0c88345d690433390f2a680076b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 12 Oct 2020 13:31:04 -0700 Subject: [PATCH] Added project_urls --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 514c731..79a0674 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,11 @@ def get_long_description(): long_description_content_type="text/markdown", author="Simon Willison", url="https://github.com/dogsheep/swarm-to-sqlite", + project_urls={ + "Issues": "https://github.com/dogsheep/swarm-to-sqlite/issues", + "CI": "https://github.com/dogsheep/swarm-to-sqlite/actions", + "Changelog": "https://github.com/dogsheep/swarm-to-sqlite/releases", + }, license="Apache License, Version 2.0", version=VERSION, packages=["swarm_to_sqlite"],