Fixed
- The test suite the source distribution ships passes from the unpacked sdist. The backend read the project metadata from beside itself, and the sdist keeps a copy of that file next to the tests, a directory below the
pyproject.tomlit belongs to, so eight tests ended on the file it could not find. It reads the metadata from either place. (#454, #457)