From 62f1a683fb6c6573ef15118b929e6fbc29e768d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Mon, 6 Nov 2023 18:36:01 +0100 Subject: [PATCH] [IMP] create stephan config --- cookiecutter.yml | 6 ------ {{name}}/README.rst | 2 +- {{name}}/__manifest__.py | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/cookiecutter.yml b/cookiecutter.yml index acdd52d..bf064ac 100644 --- a/cookiecutter.yml +++ b/cookiecutter.yml @@ -2,12 +2,6 @@ context: name: help: "Module name (ie: sale_trinkets)" regex: '[a-zA-Z0-9_]+' - author: - help: "Author Name (ie: John Doe)" - regex: '.+' - email: - help: "Author email (ie: john.doe@example.com)" - regex: '[a-zA-Z0-9_.]+@[a-zA-Z0-9_.-]+\.[a-zA-Z0-9_.-]+' summary: help: Short description of your module category: diff --git a/{{name}}/README.rst b/{{name}}/README.rst index 5d1a580..b7508c0 100644 --- a/{{name}}/README.rst +++ b/{{name}}/README.rst @@ -29,7 +29,7 @@ Credits Contributors ------------ -* `{{author}} ` +* Stéphan Sainléger - `Email` - `Github` Funders ------- diff --git a/{{name}}/__manifest__.py b/{{name}}/__manifest__.py index 339e9d2..d24adf5 100644 --- a/{{name}}/__manifest__.py +++ b/{{name}}/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright {{license_years}} {{author}} ({{company}}) +# Copyright {{license_years}} Stéphan Sainléger ({{company}}) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { @@ -6,7 +6,7 @@ "version": "{{version}}", "author": "Elabore", "website": "https://elabore.coop", - "maintainer": "{{author}}", + "maintainer": "Stéphan Sainléger", "license": "AGPL-3", "category": "{{category}}", "summary": "{{summary}}",