Open jhlegarreta opened 4 months ago
Transition project configuration to pyproject.toml.
pyproject.toml
Used the setup-py-to-pyproject-toml.py script in the ITKModuleTemplate repository: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate
setup-py-to-pyproject-toml.py
ITKModuleTemplate
as a starting base, then made manual changes as necessary.
Require itk == 5.4.* and bump the package to a new minor version.
itk == 5.4.*
Transition project configuration to
pyproject.toml
.Used the
setup-py-to-pyproject-toml.py
script in theITKModuleTemplate
repository: https://github.com/InsightSoftwareConsortium/ITKModuleTemplateas a starting base, then made manual changes as necessary.
Require
itk == 5.4.*
and bump the package to a new minor version.