csdms / babelizer

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

Remove versioneer from template #18

Closed mcflugen closed 4 years ago

mcflugen commented 4 years ago

This pull request removes versioneer from the language templates and, instead, versions will be maintained with zest.releaser. With this change, the version of the babelized package is specified in setup.py. The version can be set when the package is first created with babelize init through the --package-version option. For existing packages, users change the version directly in setup.py (babelize update reads the version from setup.py).

Other changes include things that make the generated repository more compliant with standard packaging practices.