Add repository url to pyproject.toml

This commit is contained in:
Miguel Jacq 2025-10-31 16:55:51 +11:00
parent cc9453997e
commit 50fee4ec78
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -5,6 +5,7 @@ description = "Bouquin is a simple, opinionated notebook application written in
authors = ["Miguel Jacq <mig@mig5.net>"]
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://git.mig5.net/mig5/bouquin"
[tool.poetry.dependencies]
python = ">=3.9,<3.14"