From 3c3c897bc27d26324daa07aad6516a4031b9ab19 Mon Sep 17 00:00:00 2001 From: Daniel Mohns Date: Mon, 5 Jan 2026 17:42:38 +0100 Subject: [PATCH] Update Project URLs to human-readable form --- pyproject.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c80e00b..93e9cba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,12 +51,11 @@ dev = [ ] [project.urls] -homepage = "https://enaccess.github.io/OpenPAYGO-docs/" -source = "https://github.com/EnAccess/OpenPAYGO-python/" -changelog = "https://github.com/EnAccess/OpenPAYGO-python/releases" -releasenotes = "https://github.com/EnAccess/OpenPAYGO-python/releases" -documentation = "https://enaccess.github.io/OpenPAYGO-docs/" -issues = "https://github.com/EnAccess/OpenPAYGO-python/issues" +Homepage = "https://enaccess.github.io/OpenPAYGO-docs/" +Documentation = "https://enaccess.github.io/OpenPAYGO-docs/" +Repository = "https://github.com/EnAccess/OpenPAYGO-python/" +Issues = "https://github.com/EnAccess/OpenPAYGO-python/issues" +Changelog = "https://github.com/EnAccess/OpenPAYGO-python/releases" [tool.setuptools] include-package-data = true