Open
Description
We should implement this method, since if it is unavailable, pip will call build_wheel to find the metadata.
Since we don't support editable installs, if a project supports both meson and setuptools as a build system, the project will be built unnecessarily with meson before proceeding with an editable install with setup.py.
In order to do this, we just need to write .dist-info with only METADATA and WHEEL (no need for RECORD0.