ENH: Transition project configuration to pyproject.toml#15
ENH: Transition project configuration to pyproject.toml#15jhlegarreta wants to merge 1 commit intoInsightSoftwareConsortium:masterfrom
pyproject.toml#15Conversation
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.
|
|
Perhaps we should archive this repository, instead of trying to maintain it? |
|
As you deem it wise @dzenanz; unfortunately, I do not have the bandwidth now to have a look and fix the previously existing issues, required changes to keep them up-to-date with newer ITK versions, or infrastructure (CMake, GitHub actions, etc.) on the 60 remotes; I just committed to the transition to |
|
@hjmjohnson @thewtex what do you think? |
I don't believe there is any modern utility to using the module any longer. |
|
+1 for archiving. @hjmjohnson has removed it completely for ITK 6. I will go ahead and mark it as such. |
Transition project configuration to
pyproject.toml.Used the
setup-py-to-pyproject-toml.pyscript in theITKModuleTemplaterepository:https://github.com/InsightSoftwareConsortium/ITKModuleTemplate
as a starting base, then made manual changes as necessary.