From 50fee4ec78491f705d9b1c6e991c3e0ce9460697 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 31 Oct 2025 16:55:51 +1100 Subject: [PATCH] Add repository url to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2be1386..3d2088d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Bouquin is a simple, opinionated notebook application written in authors = ["Miguel Jacq "] readme = "README.md" license = "GPL-3.0-or-later" +repository = "https://git.mig5.net/mig5/bouquin" [tool.poetry.dependencies] python = ">=3.9,<3.14"