Skip to content

Commit 28996ed

Browse files
committed
Specify license using SPDX qualifier
This resolves gh-2159
1 parent 878cc19 commit 28996ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ classifiers = [
2020
"Development Status :: 4 - Beta",
2121
"Intended Audience :: Science/Research",
2222
"Intended Audience :: Developers",
23-
"License :: OSI Approved :: Apache Software License",
2423
"Programming Language :: C",
2524
"Programming Language :: Python",
2625
"Programming Language :: Python :: 3",
@@ -55,7 +54,7 @@ keywords = [
5554
"oneapi",
5655
"dpcpp"
5756
]
58-
license = {text = "Apache 2.0"}
57+
license = "Apache-2.0"
5958
name = "dpctl"
6059
readme = {file = "README.md", content-type = "text/markdown"}
6160
requires-python = ">=3.9"

0 commit comments

Comments
 (0)