From cb8934e286c5bda8eddf26b96b785464bcad56c0 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 19 Oct 2023 11:28:43 -0300 Subject: [PATCH] swtich from authors to maintainers --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2bd4c9..e7194c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,9 @@ name = "erddapy" description = "Python interface for ERDDAP" readme = "README.md" license = {file = "LICENSE.txt"} -authors = [ +maintainers = [ + {name = "Alex Kerney"}, + {name = "Callum Rollo"}, {name = "Filipe Fernandes", email = "ocefpaf+erddapy@gmail.com"}, ] requires-python = ">=3.8"