diff --git a/.zenodo.json b/.zenodo.json index 916e3f2..9551e0b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,16 +1,17 @@ { "title": "samplepackagename: short description", - "description": "

samplepackagename is a Python package ...

Documentation: https://organizationname.github.io/samplepackagename/

Source code: https://github.com/organizationname/samplepackagename

", + "description": "description", "creators": [ { - "orcid": "0000-0003-4266-8554", + "name": "The samplepackagename Community" + }, + { + "name": "Lastname, Firstname", "affiliation": "Institute, Country", - "name": "Lastname, Firstname" + "orcid": "0000-0003-4266-8554" } ], "keywords": ["python"], - "access_right": "open", - "version": "v0.0.1", - "upload_type": "software", - "language": "eng" + "license": "MIT", + "upload_type": "software" }