Skip to content

Commit

Permalink
docs: Add Zenodo metadata file (#42)
Browse files Browse the repository at this point in the history
* Add .zenodo.json to control metadata for releases on Zenodo
* Control .zenodo.json with bump2version
* Add Matthew as author
  • Loading branch information
matthewfeickert authored Oct 4, 2020
1 parent e9e63fd commit bec1f28
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ tag = True
[bumpversion:file:setup.cfg]

[bumpversion:file:src/pandamonium/version.py]

[bumpversion:file:.zenodo.json]
33 changes: 33 additions & 0 deletions .zenodo.json
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"
}
]
}
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bec1f28

Please sign in to comment.