From a4a15fba57163dd0beb0cf5df225f7c9a43e9773 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 2 Jan 2026 14:21:40 +1100 Subject: [PATCH] Add URL to pyproject --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 64ef944..5c29369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ authors = ["Miguel Jacq "] readme = "README.md" packages = [{ include = "cspresso", from = "src" }] license = "GPL-3.0-or-later" +homepage = "https://cspresso.cafe" repository = "https://git.mig5.net/mig5/cspresso" [tool.poetry.dependencies]