From f8008d843f26b67005f9b6e174da26627bf2e000 Mon Sep 17 00:00:00 2001 From: Tom Nijhof Date: Tue, 28 Oct 2025 10:44:50 +0100 Subject: [PATCH] Update license to pep639 standard --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd5761d49abdb..130ee35ec5098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,13 +11,13 @@ requires-python = ">=3.8" keywords = [ "uv", "requirements", "packaging" ] +license="MIT OR Apache-2.0" +license-files = ["LICENSE-APACHE", "LICENSE-MIT"] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Operating System :: OS Independent", - "License :: OSI Approved :: MIT License", - "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",