From 561285e52d8d664c733e0f862b768690982b4fa2 Mon Sep 17 00:00:00 2001 From: wlkh <32092934+wlkh@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:53:04 +0100 Subject: [PATCH 1/2] Add metadata to pypi page --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0fa7e43..d299d3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,10 @@ dependencies = [ "requests>=2.32.5", ] +[project.urls] +Homepage = https://www.waterlinked.com/3dsonar +Repository = https://github.com/waterlinked/wlsonar + [build-system] requires = ["uv_build>=0.9.22,<0.10.0"] build-backend = "uv_build" From e9f02898adafbd407dacd948572a487e1fa223ae Mon Sep 17 00:00:00 2001 From: wlkh <32092934+wlkh@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:54:35 +0100 Subject: [PATCH 2/2] Use quotes for metadata --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d299d3d..85ad07f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ dependencies = [ ] [project.urls] -Homepage = https://www.waterlinked.com/3dsonar -Repository = https://github.com/waterlinked/wlsonar +Homepage = "https://www.waterlinked.com/3dsonar" +Repository = "https://github.com/waterlinked/wlsonar" [build-system] requires = ["uv_build>=0.9.22,<0.10.0"]