diff --git a/pyproject.toml b/pyproject.toml index 0fa7e43..85ad07f 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"