You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: parsing metadata with inline licenses (#2806)
The wheel `METADATA` parsing implemented in 1.4 missed the fact
that whitespace is significant and sometimes License is included
inline in the `METADATA` file itself.
This change ensures that we stop parsing the `METADATA` file only
on first completely empty line.
Fixes#2796
---------
Co-authored-by: Ignas Anikevicius <[email protected]>
0 commit comments