Can we have sbom-files in [project] table?

So based on PEP 770, I’d like to have SBOMs in my project. Currently, I use hatchling with:

[tool.hatch.build.targets.wheel]
...
sbom-files = [".../sbom.json"]

And I wonder if we can standardize having this in the [project] table. As we have license-files. Thanks

cc @sethmlarson @ofek

1 Like