From e0908f5df22cc366a3254fb62c5981738b8aaad9 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Tue, 11 Feb 2025 14:38:47 +0200 Subject: [PATCH] pyproject: Update license metadata PEP-639 (https://peps.python.org/pep-0639/) cleans up the license documentation mess. Do what it suggests. Signed-off-by: Jussi Kukkonen --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fae68878a6..ccd363e9ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,8 @@ build-backend = "hatchling.build" name = "tuf" description = "A secure updater framework for Python" readme = "README.md" -license = { text = "MIT OR Apache-2.0" } +license = "Apache-2.0 OR MIT" +license-files = ["LICENSE", "LICENSE-MIT"] requires-python = ">=3.8" authors = [ { email = "theupdateframework@googlegroups.com" }, @@ -26,8 +27,6 @@ keywords = [ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", - "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows",