From 134ed56dd90722d9cc627eea44b2552156ad2a94 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Mon, 24 Feb 2025 17:37:32 +0000 Subject: [PATCH] Add documentation URL to PyPI --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0d115a86..7360685b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,6 +74,7 @@ optional-dependencies.dev = [ "yamlfix==1.17.0", ] optional-dependencies.release = [ "check-wheel-contents==0.6.1" ] +urls.Documentation = "https://vws-python.github.io/vws-auth-tools/" urls.Source = "https://github.com/VWS-Python/vws-auth-tools" [tool.setuptools]