Skip to content

Commit

Permalink
adding authors and maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jun 25, 2024
1 parent 589377b commit e2ca72d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ build-backend = "flit_core.buildapi"

[project]
name = "acom_music_box"
authors = [{name = "NCAR/ACOM", email = "[email protected]"}]
authors = [
{ name = "Matthew Dawson", email = "[email protected]" },
{ name = "Kyle Shores", email = "[email protected]" },
{ name = "Andrew Conley", email = "[email protected]" },
{ name = "Evan De la Garza"},
{ name = "Walker Drury"},
{ name = "Alexander Garza"},
{ name = "Brendan Fattig"},
{ name = "Carl Drews", email = "[email protected]" }
]
maintainers = [{ name = "ACOM MUSICA Developers", email = "[email protected]" }]
readme = "README.md"
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: Apache Software License"]
Expand Down

0 comments on commit e2ca72d

Please sign in to comment.