Skip to content

Commit 95fb50f

Browse files
use full .zenodo.json from existing release (#21)
* use full .zenodo.json from existing release * style: pre-commit fixes * fix .zenodo.json --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e7b5aa2 commit 95fb50f

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.zenodo.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"title": "samplepackagename: short description",
3-
"description": "<p><strong>samplepackagename</strong> is a Python package ...</p><p><strong>Documentation</strong>: <a href=\"https://organizationname.github.io/samplepackagename/\">https://organizationname.github.io/samplepackagename/</a></p><p><strong>Source code</strong>: <a href=\"https://github.com/organizationname/samplepackagename\">https://github.com/organizationname/samplepackagename</a></p>",
3+
"description": "description",
44
"creators": [
55
{
6-
"orcid": "0000-0003-4266-8554",
6+
"name": "The samplepackagename Community"
7+
},
8+
{
9+
"name": "Lastname, Firstname",
710
"affiliation": "Institute, Country",
8-
"name": "Lastname, Firstname"
11+
"orcid": "0000-0003-4266-8554"
912
}
1013
],
1114
"keywords": ["python"],
12-
"access_right": "open",
13-
"version": "v0.0.1",
14-
"upload_type": "software",
15-
"language": "eng"
15+
"license": "MIT",
16+
"upload_type": "software"
1617
}

0 commit comments

Comments
 (0)