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
TypeError: Field `project.license-files` must be a table
Reading the relevant code it looks like hatchling wants license-files.globs = [...] instead, but I don't see anything in the the hatchling docs about that, and it disagrees with the PEP. I think hatchling should accept the simpler official license-files = list-of-globs format.
The text was updated successfully, but these errors were encountered:
The docs say:
That links to PEP 639, which gives this example for
license-files
:However, hatchling doesn't accept this, throwing
Reading the relevant code it looks like hatchling wants
license-files.globs = [...]
instead, but I don't see anything in the the hatchling docs about that, and it disagrees with the PEP. I think hatchling should accept the simpler officiallicense-files = list-of-globs
format.The text was updated successfully, but these errors were encountered: