File tree Expand file tree Collapse file tree
{{cookiecutter.project_name}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,21 @@ cff-version: "1.1.0"
44title : " {{ cookiecutter.project_name }}"
55authors :
66 -
7- family-names : " {{ cookiecutter.full_name }}"
7+ family-names : {{ cookiecutter.full_name }}
88 given-names :
99 orcid : " https://orcid.org/0000-0000-0000-0000"
1010date-released : 20??-MM-DD
1111doi : <insert your DOI here>
1212version : " {{ cookiecutter.version }}"
1313repository-code : " {{ cookiecutter.repository }}"
1414keywords :
15+ - keyword1
16+ - keyword2
1517message : " If you use this software, please cite it using these metadata."
16- license : " {{ cookiecutter.license }}"
18+ {{ { "Apache Software License 2.0": "license: Apache-2.0",
19+ " MIT license " : " license: MIT" ,
20+ " BSD license " : " license: BSD-3-Clause" ,
21+ " ISC license " : " license: ISC" ,
22+ " GNU General Public License v3 or later " : " license: GPL-3.0-or-later" ,
23+ " Not open source " : " "
24+ }[cookiecutter.license] }}
You can’t perform that action at this time.
0 commit comments