details:   https://code.tryton.org/hatch-tryton/commit/7c2854ea918d
branch:    default
user:      Cédric Krier <[email protected]>
date:      Sat Mar 14 14:06:13 2026 +0100
description:
        Improve project URLs
diffstat:

 pyproject.toml |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 4af52c54d151 -r 7c2854ea918d pyproject.toml
--- a/pyproject.toml    Fri Mar 13 12:04:19 2026 +0100
+++ b/pyproject.toml    Sat Mar 14 14:06:13 2026 +0100
@@ -30,10 +30,11 @@
 tryton = 'hatch_tryton.hooks'
 
 [project.urls]
-Repository = "https://code.tryton.org/hatch-tryton";
-Issues = "https://bugs.tryton.org/hatch-tryton";
-Changelog = 
"https://code.tryton.org/hatch-tryton/-/blob/branch/default/CHANGELOG";
-Forum = "https://discuss.tryton.org/tags/hatch-tryton";
+homepage = "https://www.tryton.org/";
+changelog = 
"https://code.tryton.org/hatch-tryton/-/blob/branch/default/CHANGELOG";
+forum = "https://discuss.tryton.org/tags/hatch-tryton";
+issues = "https://bugs.tryton.org/hatch-tryton";
+repository = "https://code.tryton.org/hatch-tryton";
 
 [tool.hatch.version]
 path = 'hatch_tryton/__init__.py'

Reply via email to