File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ contact:
62626363 orcid : ' https://orcid.org/0000-0003-0311-5498'
6464repository-code : " https://github.com/CSHS-CWRA/RavenPy"
65+ doi : " 10.5281/zenodo.7972347"
6566abstract : " A Python wrapper to setup and run the hydrologic modelling framework Raven."
6667license : " MIT"
6768version : " 0.19.1"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RavenPy |logo|
77+----------------------------+-----------------------------------------------------+
88| Documentation and Support | |docs | |versions | |
99+----------------------------+-----------------------------------------------------+
10- | Open Source | |license | |ossf-score | |
10+ | Open Source | |license | |ossf-score | | zenodo | |
1111+----------------------------+-----------------------------------------------------+
1212| Coding Standards | |ruff | |ossf-bp | |pre-commit | |
1313+----------------------------+-----------------------------------------------------+
@@ -110,3 +110,7 @@ This package was created with Cookiecutter_ and the `Ouranosinc/cookiecutter-pyp
110110.. |versions | image :: https://img.shields.io/pypi/pyversions/RavenPy.svg
111111 :target: https://pypi.python.org/pypi/RavenPy
112112 :alt: Supported Python Versions
113+
114+ .. |zenodo | image :: https://zenodo.org/badge/DOI/10.5281/zenodo.7972347.svg
115+ :target: https://doi.org/10.5281/zenodo.7972347
116+ :alt: DOI
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ ravenpy = "ravenpy.cli:main"
153153[project .urls ]
154154"Changelog" = " https://ravenpy.readthedocs.io/en/latest/changelog.html"
155155"Homepage" = " https://ravenpy.readthedocs.io"
156+ "Citation" = " https://doi.org/10.5281/zenodo.7972347"
156157"Issue tracker" = " https://github.com/CSHS-CWRA/RavenPy/issues"
157158"Source" = " https://github.com/CSHS-CWRA/RavenPy"
158159"About CSHS-CWRA" = " https://cwra.org/en/"
You can’t perform that action at this time.
0 commit comments