-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into carls-main01
- Loading branch information
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
|