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 be59e1a commit c9d451bCopy full SHA for c9d451b
pyproject.toml
@@ -7,11 +7,11 @@ name = "pypi-attestations"
7
dynamic = ["version"]
8
description = "A library to convert between Sigstore Bundles and PEP-740 Attestation objects"
9
readme = "README.md"
10
-license = { file = "LICENSE" }
+license = "Apache-2.0"
11
+license-files = ["LICENSE"]
12
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]
13
classifiers = [
14
"Programming Language :: Python :: 3",
- "License :: OSI Approved :: Apache Software License",
15
]
16
dependencies = [
17
"cryptography",
0 commit comments