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
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.
The text was updated successfully, but these errors were encountered:
@pradyunsg ah yes that would be it. I suppose it would be helpful for each old-style metadata attribute to mention what the equivalent new-style metadata attribute is if the name is different - I really couldn't find it.
I hope not every entry needs this - quite a few of them are exactly the same - but I agree that requires-extra to optional-dependencies is not super obvious, so maybe one or two such 'translations' are worth including, if someone wants to make a PR.
requires-extra
is documented only under the old style metadatahttps://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 whatflit
wants its users to do.The text was updated successfully, but these errors were encountered: