editdistance icon indicating copy to clipboard operation
editdistance copied to clipboard

0.8.1: still requires`setuptools`

Open kloczek opened this issue 1 year ago • 2 comments

Looks like because .. https://github.com/roy-ht/editdistance/blob/9e05bc645062f68a5c329ea64a1c31cd142bd185/pyproject.toml#L26-L27 build fails with

+ /usr/bin/python3 -sBm build -w --no-isolation
* Getting build dependencies for wheel...

ERROR Missing dependencies:
        setuptools>=40.8.0

kloczek avatar Feb 10 '24 16:02 kloczek

need to add build requires? 🤔

[build-system]
requires = ["pdm-backend", "cython", 'setuptools']
build-backend = "pdm.backend"

roy-ht avatar Feb 10 '24 23:02 roy-ht

need to add build requires? 🤔

Have no idea. Simple .. it looks strange when build uses two pep517 backends 😋

kloczek avatar Feb 11 '24 04:02 kloczek