Skip to content

Commit 15e7753

Browse files
[MLGO] Use SPDX License Expression (#147646)
Using license classifiers and a text based license was deprecated at some point and now gives a warning saying it is unsupported. The text that we had was just the SPDX expression, although misplaced apparently. Use the SPDX expression properly.
1 parent 6ee3751 commit 15e7753

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

llvm/utils/mlgo-utils/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ description = "Tooling for ML in LLVM"
88
readme = "README.md"
99
requires-python = ">=3.8"
1010
dynamic = ["version"]
11-
license = {text = "Apache-2.0 WITH LLVM-exception"}
12-
classifiers = [
13-
"License :: OSI Approved :: Apache Software License"
14-
]
11+
license = "Apache-2.0 WITH LLVM-exception"
1512

1613
[tool.setuptools.dynamic]
1714
version = {attr = "mlgo.__version__"}

0 commit comments

Comments
 (0)