From 331071a14dd1c416afa498e28a3226349776996c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 19 Nov 2025 17:27:36 -0500 Subject: [PATCH] chore: use SPDX license for our license Signed-off-by: Henry Schreiner --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3414f1b..37539335 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ authors = [ description = "Build backend for CMake based projects" readme = "README.md" requires-python = ">=3.8" +license = "Apache-2.0" classifiers = [ "Topic :: Scientific/Engineering", "Topic :: Software Development :: Build Tools", "Intended Audience :: Science/Research", "Intended Audience :: Developers", "Operating System :: OS Independent", - "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only",