Skip to content

Commit 30d8483

Browse files
committed
pypi: use legacy license={text=...} for setuptools<77 compat
1 parent db7322e commit 30d8483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "quantcpp"
1010
version = "0.8.0"
1111
description = "Single-header LLM inference engine with KV cache compression (7× compression at fp32 parity)"
1212
readme = "README.md"
13-
license = "Apache-2.0"
13+
license = { text = "Apache-2.0" }
1414
requires-python = ">=3.9"
1515
authors = [
1616
{ name = "quantumaikr", email = "noreply@quantumaikr.com" },

0 commit comments

Comments
 (0)