Skip to content

Commit 6853a13

Browse files
committed
fix: project license field
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 6c48d72 commit 6853a13

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
@@ -6,7 +6,7 @@ description = "The build backend used by PDM that supports latest packaging stan
66
authors = [
77
{ name = "Frost Ming", email = "me@frostming.com" }
88
]
9-
license = "MIT"
9+
license = {text = "MIT"}
1010
requires-python = ">=3.8"
1111
readme = "README.md"
1212
keywords = ["packaging", "PEP 517", "build"]

0 commit comments

Comments
 (0)