File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 3
3
cff-version: "1.2.0"
4
4
title: "{{ package_name }}"
5
5
authors:
6
- -
7
- family-names: {{ full_name.replace('\"', '\\\"').split(' ')[-1] }}
6
+ - family-names: {{ full_name.replace('\"', '\\\"').split(' ')[-1] }}
8
7
given-names: {{ full_name.replace('\"', '\\\"').split(' ')[0] }}
9
8
orcid: "https://orcid.org/0000-0000-0000-0000"
10
- date-released: 20??-MM-DD
11
- doi: <insert your DOI here >
9
+ date-released: {{ '%Y-%m-%d' | strftime }}
12
10
version: "{{ version }}"
13
11
repository-code: "{{ repository_url }}"
14
12
keywords:
15
13
{% - for item in keywords .split (',' ) %}
16
14
- "{{ item }}"
17
15
{% - endfor %}
18
16
message: "If you use this software, please cite it using these metadata."
19
- {{ { "Apache Software License 2.0": "license: Apache-2.0",
20
- "MIT license": "license: MIT",
21
- "BSD license": "license: BSD-3-Clause",
22
- "ISC license": "license: ISC",
23
- "GNU General Public License v3 or later": "license: GPL-3.0-or-later",
24
- "Not open source": ""
25
- }[license] }}
You can’t perform that action at this time.
0 commit comments