Skip to content

Commit

Permalink
license is actually MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
xhedit authored Mar 14, 2024
1 parent 9fa71c7 commit e9858d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
dependencies = [
"click",
Expand Down

0 comments on commit e9858d9

Please sign in to comment.