Scott Talbert <s...@techie.net> writes: > On Fri, 12 Aug 2022, Ole Streicher wrote: >> Scott Talbert <s...@techie.net> writes: >>> On Thu, 11 Aug 2022, Ole Streicher wrote: >>>> E: pybuild pybuild:369: build: plugin pyproject failed with: UNKNOWN >>>> wheel found: UNKNOWN-1.0.3-py3-none-any.whl. Does pyproject.toml >>>> specify a build-backend? >>> >>> I *think* the issue might be that our setuptools is too old to >>> understand how to get project metadata from pyproject.toml (PEP 621). >> >> Since setuptools 63 is already in experimental, I will probably just >> wait until it makes its way to unstable (and file a bug for it). > > Does building with setuptools from experimental resolve the issue?
Yes, I can confirm that it builds with the version from experimental (63.2.0-1) without other changes. Cheers Ole