Open mcepl opened 4 years ago
Setuptools doesn't consider package_dir={'': ''},
to be valid logic. dephell already fixed its output (see linked issue), but I suppose setuptools could be modified to treat an empty mapping as identical to a .
, on the other hand, maybe there's a reason setuptools behaves the way it does?
Originally I filed this as https://github.com/dephell/dephell_markers/issues/6, but I think it is something wrong with setuptools in the end.
Completely build log with all details
My attempt to debug the issue in pdb