From 763ffda25d8b7f86de8e0807f652bbc72f84d1cb Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Mon, 14 Oct 2024 10:14:03 +0200 Subject: [PATCH] pyproject project.urls --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c71f02..cd31888 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version_file = "snappea/scmversion.py" [project] name = "snappea" authors = [ - {name = "Klaas van Schelven (Bugsink BV)", email = "klaas@bugsink.com"}, + {name = "Bugsink B.V.", email = "info@bugsink.com"}, ] description = "MessageQueue-less task runner for Django" readme = "README.md" @@ -20,6 +20,11 @@ classifiers = [ ] dynamic = ["version", "dependencies"] +[project.urls] +repository = "https://github.com/bugsink/snappea/" +documentation = "https://www.bugsink.com/blog/snappea-design/" +issues = "https://github.com/bugsink/snappea/issues" + [tool.setuptools] include-package-data = true # this is the default, but explicit is better than implicit