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 33cff-version: "1.2.0"
44title: "{{ package_name }}"
55authors:
6- -
7- family-names: {{ full_name.replace('\"', '\\\"').split(' ')[-1] }}
6+ - family-names: {{ full_name.replace('\"', '\\\"').split(' ')[-1] }}
87 given-names: {{ full_name.replace('\"', '\\\"').split(' ')[0] }}
98 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 }}
1210version: "{{ version }}"
1311repository-code: "{{ repository_url }}"
1412keywords:
1513{% - for item in keywords .split (',' ) %}
1614 - "{{ item }}"
1715{% - endfor %}
1816message: "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