From c8a8ab902db73fe8e2778a90adc6dc83169884f0 Mon Sep 17 00:00:00 2001 From: Jonas Ehrlich Date: Sun, 5 May 2024 16:29:17 +0200 Subject: [PATCH] Add homepage and repository to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6158ec7..98a7b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,8 @@ description = "Sphinx extension to add lightbox2 to each figure and image added authors = ["Jonas Ehrlich "] license = "MIT" readme = "README.md" +homepage = "https://github.com/jonasehrlich/sphinxcontrib-lightbox2" +repository = "https://github.com/jonasehrlich/sphinxcontrib-lightbox2" documentation = "https://sphinxcontrib-lightbox2.readthedocs.io/" packages = [{ include = "sphinxcontrib" }]