Skip to content

Commit

Permalink
fix: project license field
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Sep 20, 2024
1 parent 6c48d72 commit 6853a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "The build backend used by PDM that supports latest packaging stan
authors = [
{ name = "Frost Ming", email = "me@frostming.com" }
]
license = "MIT"
license = {text = "MIT"}
requires-python = ">=3.8"
readme = "README.md"
keywords = ["packaging", "PEP 517", "build"]
Expand Down

0 comments on commit 6853a13

Please sign in to comment.