details:   https://code.tryton.org/tryton/commit/273529fe5d56
branch:    default
user:      Lars Wuerfel <[email protected]>
date:      Thu Sep 03 12:38:02 2026 +0200
description:
        Fix the "prefixes" key name in the cookiecutter template

        Closes #15054
diffstat:

 cookiecutter-module/{{ cookiecutter.module_name }}/pyproject.toml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r dbd215ffb071 -r 273529fe5d56 cookiecutter-module/{{ 
cookiecutter.module_name }}/pyproject.toml
--- a/cookiecutter-module/{{ cookiecutter.module_name }}/pyproject.toml Tue Aug 
25 13:09:25 2026 +0200
+++ b/cookiecutter-module/{{ cookiecutter.module_name }}/pyproject.toml Thu Sep 
03 12:38:02 2026 +0200
@@ -75,7 +75,7 @@
 
 [tool.hatch.metadata.hooks.tryton]
 {%- if cookiecutter.prefix %}
-prefix = {}
+prefixes = {}
 {%- endif %}
 dependencies = []
 copyright = 'COPYRIGHT'

Reply via email to