diff --git a/pyproject.toml b/pyproject.toml index a32de4398..665256948 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,10 @@ description = "Production ready LLM model compression/quantization toolkit with readme = "README.md" requires-python = ">=3.10" license = "Apache-2.0" -license-files = ["licenses/LICENSE.apache"] +license-files = [ + "LICENSE", + "licenses/LICENSE.apache", +] authors = [ { name = "ModelCloud", email = "qubitium@modelcloud.ai" }, ]