csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

Update package_license values in tests #75

Closed mdpiper closed 2 years ago

mdpiper commented 2 years ago

This PR updates the babel.toml files used in the babelization tests for the four BMI examples (C, C++, Fortran, Python), making sure that the value of the package_license attribute matches one of the possibilities in the babelizer/data/cookiecutter.json file.

These changes are relevant for #74.

I also updated the bmi-example-python submodule to pull in recent changes.