Skip to content

Commit 9a4ca12

Browse files
authored
Update pyproject.toml (#2778)
Switched pyproject license to dictionary type
1 parent db8185d commit 9a4ca12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "2-5X faster LLM finetuning"
99
readme = "README.md"
1010
requires-python = ">=3.9,<3.13"
11-
license = "Apache-2.0"
11+
license = {text = "Apache-2.0"}
1212
keywords = ["ai", "llm",]
1313
authors = [
1414
{email = "[email protected]"},

0 commit comments

Comments
 (0)