From c9b28804da40406c4440521f0f6f1fdd499f9a9d Mon Sep 17 00:00:00 2001 From: linarphy Date: Fri, 31 May 2024 13:52:11 +0200 Subject: [PATCH] Add project url --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 02d8b58..b8699d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,10 @@ dependencies = [ "numpy", ] +[project.urls] +Homepage = "https://git.linarphy.net/linarphy/science_signal" +Issues = "https://git.linarphy.net/linarphy/science_signal/issues" + [build-system] requires = ["hatchling", "hatch-gettext"] build-backend = "hatchling.build"