[IMP] create stephan config

This commit is contained in:
Stéphan Sainléger
2023-11-06 18:36:01 +01:00
parent ed829c0c75
commit 62f1a683fb
3 changed files with 3 additions and 9 deletions

View File

@@ -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:

View File

@@ -29,7 +29,7 @@ Credits
Contributors
------------
* `{{author}} <mailto:{{email}}>`
* Stéphan Sainléger - `Email<mailto:stephan.sainleger@elabore.coop>` - `Github<https://github.com/stephansainleger>`
Funders
-------

View File

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