Hm... PEP 621 deliberately doesn't have a replacement for `setuptools`'s `license`, but they do have a `license` key that is equivalent to `license_files`. Unfortunately, this is what PyPI does with the data in that field:
@pganssle yeah in single-license projects I’ve replaced it but in the dual-license one the text is short enough that I can live with it until the relevant PEP is finalized. Hatch already supports it but then VS Code is whiny about license not being a dict.
@pganssle yeah in single-license projects I’ve replaced it but in the dual-license one the text is short enough that I can live with it until the relevant PEP is finalized. Hatch already supports it but then VS Code is whiny about license not being a dict.