From 13ab50f5eedb75858bc00a8147ba9fdac73c4a13 Mon Sep 17 00:00:00 2001 From: Qubitium Date: Sat, 1 Nov 2025 16:00:06 +0000 Subject: [PATCH] fix setup license --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" }, ]