We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9a11d commit b0e1f48Copy full SHA for b0e1f48
pyproject.toml
@@ -1,13 +1,14 @@
1
[build-system]
2
-requires = ["hatchling>=1.25"]
+requires = ["hatchling>=1.27"]
3
build-backend = "hatchling.build"
4
5
[project]
6
name = "model-signing"
7
dynamic = ["version"]
8
description = "A tool for signing and verifying ML models"
9
readme = "README.md"
10
-license = { file = "LICENSE" }
+license = "Apache-2.0"
11
+license-files = ["LICENSE"]
12
authors = [
13
{ name = "Sigstore Authors", email = "[email protected]" }
14
]
0 commit comments