From bafb8e0dbae1c780ca3e745899229b89d136bec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Caron?= Date: Fri, 2 Aug 2024 13:34:49 +0200 Subject: [PATCH] minor: Add homepage to project.urls --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0243dd1..326d4c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ all = [ ] [project.urls] +Homepage = "https://github.com/stephane-caron/pypoman" Documentation = "https://scaron.info/doc/pypoman/" Source = "https://github.com/stephane-caron/pypoman" Tracker = "https://github.com/stephane-caron/pypoman/issues"