Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default license to pass open_source_license check #85

Merged
merged 3 commits into from
Mar 4, 2024

Conversation

samharrison7
Copy link
Contributor

Currently the default package_license that is generated by babelize generate is "MIT". However, this results in a ValueError when you use the generated toml file because the valid choices are ['MIT License', 'BSD License', 'ISC License', 'Apache Software License 2.0', 'GNU General Public License v3', 'Not open source']. Here I've simply changed the default to "MIT License" to be compliant.

Currently the default `package_license` that is generated by `babelize generate` is "MIT". However, this results in a `ValueError` when you use the generated toml file because the valid choices are `['MIT License', 'BSD License', 'ISC License', 'Apache Software License 2.0', 'GNU General Public License v3', 'Not open source']`. Here I've simply changed the default to "MIT License" to be compliant.
@mcflugen mcflugen merged commit a9de551 into csdms:develop Mar 4, 2024
30 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants