csp icon indicating copy to clipboard operation
csp copied to clipboard

Deprecated use of setup.py in Makefile

Open Adam-D-Lewis opened this issue 1 year ago • 1 comments

I noticed deprecated use of python setup.py sdist and python setup.py bdist_wheel in the Makefile.

Seems that we should be using python -m build instead according to https://packaging.python.org/en/latest/discussions/setup-py-deprecated/.

Adam-D-Lewis avatar Feb 06 '24 23:02 Adam-D-Lewis

Unfortunately it's not quite so straightforward, we will need to move to e.g. scikit-build-core so this is a longer term effort. It is more likely we will pin to a specific setup tools for the time being.

timkpaine avatar Feb 07 '24 00:02 timkpaine