From 6d2de28fa06372f16dd4ee7ca7d9b9ad1210216a Mon Sep 17 00:00:00 2001 From: Hazel Noack Date: Tue, 10 Jun 2025 16:39:10 +0200 Subject: [PATCH] added homepage url --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 62ef956..39c5a27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,10 @@ license-files = [ [project.scripts] scribble-to-epub = "scribble_to_epub.__main__:cli" +[project.urls] +Homepage = "https://gitea.elara.ws/Hazel/scribble_to_epub" +Issues = "https://gitea.elara.ws/Hazel/scribble_to_epub/issues" + [build-system] requires = ["hatchling", "hatch-requirements-txt"] build-backend = "hatchling.build"