Ouranosinc / cookiecutter-pypackage

Cookiecutter template for a Python package.
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Revert license values within recipe for consistency #22

Closed Zeitsperre closed 1 year ago

Zeitsperre commented 1 year ago

@tlvu

It turns out that while it is safe to add/remove key/value pairs to the recipe, it is unsafe to modify values alone. I needed to revert this change since it rendered projects using older values broken when updating.

Lessons were learned. This should be the last major change until I migrate this cookiecutter to use pyproject.toml (eventually, no rush).

Zeitsperre commented 1 year ago

Confirmed that it is working with Figanos. Thank you!