From e20533fa8c4939870feadcaa478c86e9cba14885 Mon Sep 17 00:00:00 2001 From: Timothy Hodson <34148978+thodson-usgs@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:10:54 -0500 Subject: [PATCH] Update maintainers (#159) --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 433e703..3c2d47e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,12 @@ readme = "README.md" requires-python = ">=3.8" keywords = ["USGS", "water data"] license = {file = "LICENSE.md"} -maintainers = [ +authors = [ {name = "Timothy Hodson", email = "thodson@usgs.gov"}, ] +maintainers = [ + {name = "Elise Hinman", email = "ehinman@usgs.gov"}, +] classifiers = [ "Programming Language :: Python :: 3", ]