From 0f8e42f7f7799f0449187feb4610e440307fd66c Mon Sep 17 00:00:00 2001 From: Brendan Date: Wed, 22 Nov 2023 13:17:36 +0100 Subject: [PATCH] Updated credits --- .zenodo.json | 8 ++++++++ pyproject.toml | 2 ++ 2 files changed, 10 insertions(+) diff --git a/.zenodo.json b/.zenodo.json index a1df6848..4a14048c 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -24,6 +24,14 @@ { "affiliation": "Deltares", "name": "Hegnauer, Mark" + }, + { + "affiliation": "Deltares", + "name": "Buitink, Joost" + }, + { + "affiliation": "Deltares", + "name": "Dalmijn, Brendan" } ], "access_right": "open", diff --git a/pyproject.toml b/pyproject.toml index 1afacf6c..98dc8a52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,8 @@ name = "hydromt_wflow" authors = [ { name = "Dirk Eilander", email = "dirk.eilander@deltares.nl" }, { name = "Hélène Boisgontier", email = "helene.boisgontier@deltares.nl" }, + { name = "Joost Buitink", email = "joost.buitink@deltares.nl" }, + { name = "Brendan Dalmijn", email = "brendan.dalmijn@deltares.nl" }, ] dependencies = [ "dask",