csdms / babelizer

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

fix: minor templating issues #27

Closed mdpiper closed 3 years ago

mdpiper commented 3 years ago

This PR contains a series of minor fixes, almost all related to jinja templating in the output of the babelizer.

mcflugen commented 3 years ago

@mdpiper We should add the version of the babelizer used to generate the project somewhere in one of the templates. Maybe the README? Maybe as a variable in the generated package? Adding this could be another pull request but, since we're messing with templates here, I figured it may want to include it. Or maybe not.

mdpiper commented 3 years ago

@mcflugen Yeah, let's do this, but in a separate PR.