From 28996eda24c354420df6428a80223a7f7a23137d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SYCLo=C3=AFd?= <213797226+sycloid@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:34:05 -0500 Subject: [PATCH] Specify license using SPDX qualifier This resolves gh-2159 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7795060a6..225eac869e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 3", @@ -55,7 +54,7 @@ keywords = [ "oneapi", "dpcpp" ] -license = {text = "Apache 2.0"} +license = "Apache-2.0" name = "dpctl" readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.9"