From 7089676d4430311ff1175133cdc69252d3e93e75 Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Thu, 23 May 2024 15:20:13 +0200 Subject: [PATCH] repo: add project urls to pyproject --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 22fbd9e9..402c5474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,11 @@ dev = [ "prompt-toolkit>3.0.16", ] +[project.urls] +Documentation = "https://luna.readthedocs.io" +Repository = "https://github.com/greatscottgadgets/luna" +Issues = "https://github.com/greatscottgadgets/luna/issues" + [tool.setuptools.packages.find] where = ["."] include = ["luna*"]