From 30d468a5d4b20d8c6393d5862dbffec8e83b01d3 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Fri, 6 Oct 2023 22:08:55 +0200 Subject: [PATCH] stadardize authors of last pyproject.toml Forgot to save this file before the previous commit. --- python/ribasim_testmodels/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ribasim_testmodels/pyproject.toml b/python/ribasim_testmodels/pyproject.toml index f41a2a2a3..6757e4258 100644 --- a/python/ribasim_testmodels/pyproject.toml +++ b/python/ribasim_testmodels/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "ribasim_testmodels" description = "Ribasim Testmodels" readme = "README.md" -authors = [{ name = "Julian Hofer", email = "Julian.Hofer@deltares.nl" }] +authors = [{ name = "Deltares and contributors", email = "ribasim.info@deltares.nl" }] license = { text = "MIT" } classifiers = [ "Intended Audience :: Science/Research",