csdms / babelizer

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

Move build system information to pyproject.toml #79

Closed mdpiper closed 2 years ago

mdpiper commented 2 years ago

This PR moves the project build information from setup.py to pyproject.toml.

Also added babelizer/_version.py to store the version string and pointed zest.releaser to it.

This fixes #78.

mdpiper commented 2 years ago

@mcflugen Would you like me to use a requirements.py script like you do in Landlab?

mcflugen commented 2 years ago

@mcflugen Would you like me to use a requirements.py script like you do in Landlab?

No, I don't think it's necessary. We can always add it later if it becomes an issue.