From 5eff35c0784a4c9ad610b3c25c81a2f411d4be97 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Mon, 6 Nov 2023 13:03:39 +0100 Subject: [PATCH] added link for discovering pypi link handling Signed-off-by: Nick Papior --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 47d2c26c42..c168165173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,6 +115,8 @@ stoolbox = "sisl_toolbox.cli:stoolbox_cli" [project.urls] +# See here for which are allowed: +# https://github.com/pypi/warehouse/blob/main/warehouse/templates/packaging/detail.html Homepage = "https://zerothi.github.io/sisl" Releases = "https://github.com/zerothi/sisl/releases" Documentation = "https://zerothi.github.io/sisl"