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}}",