slicer icon indicating copy to clipboard operation
slicer copied to clipboard

Removing obsolete setup.py and adding pyproject.toml instead

Open detrin opened this issue 11 months ago • 0 comments

The pyproject.toml file is described in PEP 621. It is the recommended way to package Python projects these days. On the other hand, setup.py is obsolete, but not yet deprecated. More on the migration in https://packaging.python.org/en/latest/guides/modernize-setup-py-project/

If I have spare time, I will open a PR.

detrin avatar Mar 16 '25 12:03 detrin