first commit

This commit is contained in:
Jean-Marie Mineau 2023-03-24 18:46:12 +01:00
commit b347acbfd1
5 changed files with 209 additions and 0 deletions

13
cookiecutter.json Normal file
View file

@ -0,0 +1,13 @@
{
"project_name": "",
"project_short_description": "",
"full_name": "Jean-Marie 'Histausse' Mineau",
"email": "histausse@protonmail.com",
"git_user": "histausse",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
"project_url": "https://git.mineau.eu/{{ cookiecutter.git_user }}/{{ cookiecutter.project_slug }}",
"git_ogirin": "git@git.mineau.eu/{{ cookiecutter.git_user }}/{{ cookiecutter.project_slug }}.git",
"version": "0.1.0",
"open_source_license": ["GNU General Public License v3", "MIT license", "BSD license", "ISC license", "Apache Software License 2.0", "Not open source"],
"python_min_version": "3.10"
}