From a478a3eac5465c619ee2309d88a525d077c5cdff Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Tue, 19 Nov 2024 16:43:50 -0500 Subject: [PATCH] docs: add Jason as nwis_client co-author --- python/nwis_client/pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python/nwis_client/pyproject.toml b/python/nwis_client/pyproject.toml index c4857941..648ccc3a 100644 --- a/python/nwis_client/pyproject.toml +++ b/python/nwis_client/pyproject.toml @@ -4,7 +4,10 @@ build-backend = "setuptools.build_meta" [project] name = "hydrotools.nwis_client" -authors = [{ name = "Austin Raney", email = "aaraney@protonmail.com" }] +authors = [ + { name = "Austin Raney", email = "aaraney@protonmail.com" }, + { name = "Jason A. Regina", email = "jason.regina@noaa.gov" }, +] description = "A convenient interface to the USGS NWIS Instantaneous Values (IV) REST Service API." readme = "README.md" requires-python = ">=3.8"