Skip to content

Commit

Permalink
Add support for PEP 770 to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson authored Feb 12, 2025
1 parent 9993005 commit 91d0561
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/schemas/json/pyproject.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,22 @@
}
}
},
"sbom-files": {
"$comment": "Still provisional under PEP 770",
"type": "array",
"items": {
"type": "string"
},
"title": "License files",
"description": "Relative paths or globs to paths of Software Bill-of-Materials files. Can be an empty list.",
"markdownDescription": "Relative paths or globs to paths of Software Bill-of-Materials files. Can be an empty list.",
"x-intellij-html-description": "<p>Relative paths or globs to paths of Software Bill-of-Materials files. Can be an empty list.</p>",
"x-taplo": {
"links": {
"key": "https://peps.python.org/pep-0770/#add-sbom-files-key"
}
}
}
"authors": {
"type": "array",
"items": {
Expand Down Expand Up @@ -591,6 +607,7 @@
"requires-python",
"license",
"license-files",
"sbom-files",
"authors",
"maintainers",
"keywords",
Expand Down

0 comments on commit 91d0561

Please sign in to comment.