We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7322e commit 30d8483Copy full SHA for 30d8483
1 file changed
bindings/python/pyproject.toml
@@ -10,7 +10,7 @@ name = "quantcpp"
10
version = "0.8.0"
11
description = "Single-header LLM inference engine with KV cache compression (7× compression at fp32 parity)"
12
readme = "README.md"
13
-license = "Apache-2.0"
+license = { text = "Apache-2.0" }
14
requires-python = ">=3.9"
15
authors = [
16
{ name = "quantumaikr", email = "noreply@quantumaikr.com" },
0 commit comments