From 333f1de22e12238354aadabea74bfcdc3222505d Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Mon, 14 Oct 2024 10:13:49 +0200 Subject: [PATCH] pyproject project.urls --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d20330e..e664f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,12 @@ bugsink-manage = "bugsink.scripts.manage:main" bugsink-create-conf = "bugsink.scripts.create_conf:main" bugsink-runsnappea = "bugsink.scripts.runsnappea:main" +[project.urls] +homepage = "https://www.bugsink.com/" +documentation = "https://www.bugsink.com/docs/" +issues = "https://github.com/bugsink/bugsink/issues" +repository = "https://github.com/bugsink/bugsink" + [tool.setuptools] include-package-data = true # this is the default, but explicit is better than implicit