Skip to content

Commit

Permalink
ENH: added a zenodo.json template
Browse files Browse the repository at this point in the history
Added a template for the .zenodo.json file.
  • Loading branch information
aburrell committed Sep 14, 2023
1 parent 514d9fa commit 0d263d6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"keywords": [
"pysat",
"Space Physics",
"Heliophysics"
],
"creators": [
{
"affiliation": "WORKPLACE",
"name": "AUTHOR LAST, AUTHOR FIRST, AUTHOR MIDDLE",
"orcid": "ORCID"
},
]
}
5 changes: 5 additions & 0 deletions INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ Installation/Python Basics
* setup.cfg
* test_requirements.txt
* PACKAGENAME/__init__.py

Release Support
---------------

* .zenodo.json

0 comments on commit 0d263d6

Please sign in to comment.