Skip to content

Commit c9d451b

Browse files
authored
Update license fields in pyproject.toml (#120)
1 parent be59e1a commit c9d451b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ name = "pypi-attestations"
77
dynamic = ["version"]
88
description = "A library to convert between Sigstore Bundles and PEP-740 Attestation objects"
99
readme = "README.md"
10-
license = { file = "LICENSE" }
10+
license = "Apache-2.0"
11+
license-files = ["LICENSE"]
1112
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]
1213
classifiers = [
1314
"Programming Language :: Python :: 3",
14-
"License :: OSI Approved :: Apache Software License",
1515
]
1616
dependencies = [
1717
"cryptography",

0 commit comments

Comments
 (0)