Update pyproject.toml (#2778)
Switched pyproject license to dictionary type
This commit is contained in:
parent
2a200e739a
commit
ca150bb27a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ dynamic = ["version"]
|
|||
description = "2-5X faster LLM finetuning"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9,<3.13"
|
||||
license = "Apache-2.0"
|
||||
license = {text = "Apache-2.0"}
|
||||
keywords = ["ai", "llm",]
|
||||
authors = [
|
||||
{email = "info@unsloth.ai"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue