From 2911f650182d4f1b4d5078aeba5dea2a7770f294 Mon Sep 17 00:00:00 2001 From: Francesco Ballarin Date: Fri, 19 Jan 2024 06:17:17 +0100 Subject: [PATCH] Drop fenics-dev@googlegroups.com in favor of fenics-steering-council@googlegroups.com (#655) --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 906fc7ee6..ee19ae597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,10 @@ description = "The FEniCSx Form Compiler" readme = "README.md" requires-python = ">=3.8.0" license = {file = "LICENSE"} -authors = [{email="fenics-dev@googlegroups.com"}, {name="FEniCS Project"}] +authors = [ + { email = "fenics-steering-council@googlegroups.com" }, + { name = "FEniCS Steering Council" }, +] dependencies = [ "numpy>=1.21", "cffi",