From 9e541c7c6ff60266457fdb42b556be6c03de8705 Mon Sep 17 00:00:00 2001 From: Ou Ku Date: Wed, 10 Dec 2025 10:08:55 +0100 Subject: [PATCH 1/2] add one author --- CITATION.cff | 2 ++ pyproject.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index fd9f84c..ee334c5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,6 +16,8 @@ authors: orcid: 'https://orcid.org/0000-0002-5373-5209' - given-names: Fakhereh (Sarah) family-names: Alidoost + - given-names: Simon + family-names: van Diepen - given-names: Pranav family-names: Chandramouli - given-names: Francesco diff --git a/pyproject.toml b/pyproject.toml index b3e8cf1..451c75d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ license = {file = "LICENSE"} authors = [ {name = "Ou Ku", email = "o.ku@esciencecenter.nl"}, {name = "Fakhereh Sarah Alidoost"}, + {name = "Simon van Diepen"} {name = "Pranav Chandramouli"}, {name = "Francesco Nattino"}, {name = "Freek van Leijen"}, From 15bc446976bf5ea7ddd7069175f886588c9ca7ec Mon Sep 17 00:00:00 2001 From: Ou Ku Date: Wed, 10 Dec 2025 10:09:57 +0100 Subject: [PATCH 2/2] missing comma --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 451c75d..a7ac880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ license = {file = "LICENSE"} authors = [ {name = "Ou Ku", email = "o.ku@esciencecenter.nl"}, {name = "Fakhereh Sarah Alidoost"}, - {name = "Simon van Diepen"} + {name = "Simon van Diepen"}, {name = "Pranav Chandramouli"}, {name = "Francesco Nattino"}, {name = "Freek van Leijen"},