As discussed in pypa/packaging-problems#609, PEP 660 editable wheels which are generated by backends other than setuptools will not contain a top_level.txt and with the RECORD only listing e.g. the pth file with an entry to the original package directory, packages_distributions will not be able to reconcile editable packages with their corresponding distributions.
As discussed in pypa/packaging-problems#609, PEP 660 editable wheels which are generated by backends other than setuptools will not contain a
top_level.txtand with theRECORDonly listing e.g. the pth file with an entry to the original package directory,packages_distributionswill not be able to reconcile editable packages with their corresponding distributions.