From 584177da74523eb762f17b09bd1486fb296f9c98 Mon Sep 17 00:00:00 2001 From: Robert McArthur Date: Wed, 28 Feb 2024 10:32:09 +1100 Subject: [PATCH] add urls --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f2d33f8..0efb7fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,10 @@ requires-python = ">=3.10,<3.13" # the following are inferred from the source code dynamic = ["version", "description"] +[project.urls] +"Bug Tracker" = "https://github.com/rmcar17/SpectralClusterSupertree/issues" +"Source Code" = "https://github.com/rmcar17/SpectralClusterSupertree" + [project.sdist] include = ["src/*", "pyproject.toml"]