roy-ht/editdistance

0.8.1: still requires`setuptools`

kloczek opened this issue · 2 comments

Looks like because ..

[tool.pdm.build]
run-setuptools = true

build fails with

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

ERROR Missing dependencies:
        setuptools>=40.8.0

need to add build requires? 🤔

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

need to add build requires? 🤔

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