-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add Zenodo metadata file (#42)
* Add .zenodo.json to control metadata for releases on Zenodo * Control .zenodo.json with bump2version * Add Matthew as author
- Loading branch information
1 parent
e9e63fd
commit bec1f28
Showing
3 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"description": "Command line library to parse the Panda web API", | ||
"license": "BSD-3-Clause", | ||
"title": "dguest/pandamonium: v0.1.0", | ||
"version": "v0.1.0", | ||
"upload_type": "software", | ||
"creators": [ | ||
{ | ||
"affiliation": "Humboldt-Universität zu Berlin", | ||
"name": "Daniel Guest", | ||
"orcid": "0000-0002-4305-2295" | ||
}, | ||
{ | ||
"affiliation": "University of Illinois at Urbana-Champaign", | ||
"name": "Matthew Feickert", | ||
"orcid": "0000-0003-4124-7862" | ||
} | ||
], | ||
"access_right": "open", | ||
"keywords": [ | ||
"hep", | ||
"utilities", | ||
"physics", | ||
"panda" | ||
], | ||
"related_identifiers": [ | ||
{ | ||
"scheme": "url", | ||
"identifier": "https://github.com/dguest/pandamonium/tree/v0.1.0", | ||
"relation": "isSupplementTo" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ description = Command line library to parse the Panda web API | |
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
url = https://github.com/dguest/pandamonium | ||
author = Dan Guest | ||
author_email = [email protected] | ||
author = Dan Guest, Matthew Feickert | ||
author_email = [email protected], [email protected] | ||
license = BSD 3-Clause | ||
license_file = LICENSE | ||
keywords = hep utilities physics panda | ||
|