Update pyproject.toml (#2778)

Switched pyproject license to dictionary type
This commit is contained in:
amrothemich 2025-06-21 05:44:24 -04:00 committed by GitHub
commit dab00ef9a6

View file

@ -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"},