Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 225 Bytes

File metadata and controls

2 lines (2 loc) · 225 Bytes

Normalize extra names when resolving dependencies so that underscores and hyphens are treated equivalently (e.g. extras = snake_case now matches Provides-Extra: snake-case in wheel metadata) - by :user:`Fridayai700`.