Status or funding for Metadata 2.2+ in PyPI

What does that mean in practice? I don’t understand the distinction being made here.

Normalization for both:

  • Requires-Dist: foo[bar]
  • Requires-Dist: foo; extra == 'bar'

The PEP could be slightly clearer on the second form.

I think you might already be handling both and doing the right thing in hatchling.

1 Like

Oh I see, thanks! Yes it does that already.