Skip to content

Commit 3c9cd59

Browse files
committed
Fix license deprecation warning
1 parent bc5dd4f commit 3c9cd59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ keywords = [
6666
"gpu",
6767
"dpcpp"
6868
]
69-
license = {text = "Apache 2.0"}
69+
license = "Apache 2.0"
70+
license-files = ["LICENSE.txt"]
7071
maintainers = [{name = "Intel Corporation"}]
7172
name = "dpnp"
7273
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)