From 1a9ed06ccf1d0eac7dccc0c6ef2068a4f3655c7c Mon Sep 17 00:00:00 2001 From: Facundo Tuesca Date: Wed, 23 Apr 2025 17:09:24 +0200 Subject: [PATCH] Update license fields in pyproject.toml Signed-off-by: Facundo Tuesca --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2d330d..fd758c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,11 @@ name = "pypi-attestations" dynamic = ["version"] description = "A library to convert between Sigstore Bundles and PEP-740 Attestation objects" readme = "README.md" -license = { file = "LICENSE" } +license = "Apache-2.0" +license-files = ["LICENSE"] authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }] classifiers = [ "Programming Language :: Python :: 3", - "License :: OSI Approved :: Apache Software License", ] dependencies = [ "cryptography",