InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

ENH: Transition project configuration to `pyproject.toml` #159

Open jhlegarreta opened 2 months ago

jhlegarreta commented 2 months ago

Transition project configuration to pyproject.toml.

Used the setup-py-to-pyproject-toml.py script in the ITKModuleTemplate repository: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate

as a starting base, then made manual changes as necessary.

Require itk == 5.4.* and bump the package to a new major version.