From 413b3f131eac122878432ee943ca3abe157019ec Mon Sep 17 00:00:00 2001 From: Dugal Harris Date: Sat, 22 Jun 2024 15:13:45 +0200 Subject: [PATCH] add project urls --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0d06a09..e04c842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,8 @@ docs = ['sphinx', 'furo', 'sphinx-click', 'sphinx-argparse', 'sphinx-copybutton' [project.urls] Homepage = 'https://github.com/leftfield-geospatial/orthority' +Documentation = "https://orthority.readthedocs.org" +Source = 'https://github.com/leftfield-geospatial/orthority' Changelog = 'https://github.com/leftfield-geospatial/orthority/releases' Issues = 'https://github.com/leftfield-geospatial/orthority/issues'