requires-extra is documented only under the old style metadata
https://flit.pypa.io/en/latest/pyproject_toml.html#module-section
I want to add a requires-extra section to a module that uses the new style metadata, and I'm stuck with trying to migrate from new-style to old-style, which is lossy and I suppose it is not what flit wants its users to do.
requires-extrais documented only under the old style metadatahttps://flit.pypa.io/en/latest/pyproject_toml.html#module-section
I want to add a
requires-extrasection to a module that uses the new style metadata, and I'm stuck with trying to migrate from new-style to old-style, which is lossy and I suppose it is not whatflitwants its users to do.