Skip to content

Commit

Permalink
Update package_license values in tests (#75)
Browse files Browse the repository at this point in the history
* Match package_license values against allowed values

* Pull in updates to bmi-example-python
  • Loading branch information
mdpiper committed Jun 27, 2022
1 parent 8bdb390 commit 44336ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion external/bmi-example-python
2 changes: 1 addition & 1 deletion external/tests/test_c/babel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ undef_macros = []
github_username = "mcflugen"
plugin_author = "Eric Hutton"
plugin_author_email = "eric.hutton@colorado.edu"
plugin_license = "MIT"
plugin_license = "MIT License"
summary = "PyMT plugin for heat model"

[library.HeatBMI]
Expand Down
2 changes: 1 addition & 1 deletion external/tests/test_cxx/babel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ undef_macros = []
github_username = "mcflugen"
plugin_author = "Eric Hutton"
plugin_author_email = "eric.hutton@colorado.edu"
plugin_license = "MIT"
plugin_license = "MIT License"
summary = "PyMT plugin for heat model"

[library.HeatBMI]
Expand Down
2 changes: 1 addition & 1 deletion external/tests/test_fortran/babel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requirements = [""]
github_username = "pymt-lab"
package_author = "csdms"
package_author_email = "csdms@colorado.edu"
package_license = "MIT"
package_license = "MIT License"
summary = "PyMT plugin for heatf model"

[ci]
Expand Down
2 changes: 1 addition & 1 deletion external/tests/test_python/babel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requirements = []
github_username = "csdms"
package_author = "CSDMS"
package_author_email = "csdms@colorado.edu"
package_license = "MIT"
package_license = "MIT License"
summary = "PyMT component for the heatpy model"

[ci]
Expand Down

0 comments on commit 44336ea

Please sign in to comment.