From e9858d9f1a4b7dc4f0f6e2845a241af0b419808d Mon Sep 17 00:00:00 2001 From: xhedit <71542719+xhedit@users.noreply.github.com> Date: Thu, 14 Mar 2024 05:43:06 -0400 Subject: [PATCH] license is actually MIT --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb25dba..9b22939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta" name = "llm-quantkit" description = "cli tool for downloading and quantizing LLMs" readme = "README.md" -license = { text = "LGPL-3.0-or-later" } -version = "0.15" +license = { text = "MIT License" } +version = "0.16" authors = [{ name = "xhedit", email = "jevd@protonmail.com" }] dependencies = [ "click",