Skip to content

Commit 60e99b9

Browse files
fixed ValueError: invalid pyproject.toml config: project.license. configuration error: project.license must be valid exactly by one definition (#2412)
1 parent d3c4b11 commit 60e99b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dynamic = ["version"]
1111
description = "Production ready LLM model compression/quantization toolkit with hw accelerated inference support for both cpu/gpu via HF, vLLM, and SGLang."
1212
readme = "README.md"
1313
requires-python = ">=3.10"
14-
license = "Apache-2.0"
14+
license = { text = "Apache-2.0" }
1515
authors = [
1616
{ name = "ModelCloud", email = "qubitium@modelcloud.ai" },
1717
]

0 commit comments

Comments
 (0)