Skip to content

Commit 9abf583

Browse files
committed
Test excluding license field altogether
1 parent 3785633 commit 9abf583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dynamic = ["version"]
5656
keywords=["MKL", "VSL", "true randomness", "pseudorandomness",
5757
"Philox", "MT-19937", "SFMT-19937", "MT-2203", "ARS-5",
5858
"R-250", "MCG-31"]
59-
license = "BSD-3-Clause"
59+
license = {text = "BSD-3-Clause"}
6060
name = "mkl_random"
6161
readme = {file = "README.md", content-type = "text/markdown"}
6262
requires-python = ">=3.9,<3.13"

0 commit comments

Comments
 (0)