Skip to content

Commit 58d5ce9

Browse files
authored
Merge pull request #2160 from sycloid/resolve-license-deprecation-warnings
Specify license using SPDX qualifier
2 parents 878cc19 + 28996ed commit 58d5ce9

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)