From e2ca72d87159f8a6c62cc55cf88d1dac9393afef Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Tue, 25 Jun 2024 09:10:23 -0500 Subject: [PATCH] adding authors and maintainers --- CITATION.cff | 2 ++ pyproject.toml | 12 +++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index b2d97b76..b66e4b24 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,5 +17,7 @@ authors: given-names: Alexander - family-names: Fattig given-names: Brendan + - family-names: Drews + given-names: Carl license: Apache-2.0 url: "https://github.com/NCAR/music-box" diff --git a/pyproject.toml b/pyproject.toml index e9952782..c4febe59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,17 @@ build-backend = "flit_core.buildapi" [project] name = "acom_music_box" -authors = [{name = "NCAR/ACOM", email = "musica-support@ucar.edu"}] +authors = [ + { name = "Matthew Dawson", email = "mattdawson@ucar.edu" }, + { name = "Kyle Shores", email = "kshores@ucar.edu" }, + { name = "Andrew Conley", email = "aconley@ucar.edu" }, + { name = "Evan De la Garza"}, + { name = "Walker Drury"}, + { name = "Alexander Garza"}, + { name = "Brendan Fattig"}, + { name = "Carl Drews", email = "drews@ucar.edu" } +] +maintainers = [{ name = "ACOM MUSICA Developers", email = "musica-support@ucar.edu" }] readme = "README.md" license = {file = "LICENSE"} classifiers = ["License :: OSI Approved :: Apache Software License"]