Skip to content

Commit 3000087

Browse files
authored
chore: Add license file metadata (#291)
1 parent 713f6fa commit 3000087

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ description = "The build backend used by PDM that supports latest packaging stan
66
authors = [
77
{ name = "Frost Ming", email = "[email protected]" }
88
]
9-
license = {text = "MIT"}
9+
license = "MIT"
10+
license-files = [
11+
"LICENSE",
12+
]
1013
requires-python = ">=3.9"
1114
readme = "README.md"
1215
keywords = ["packaging", "PEP 517", "build"]

0 commit comments

Comments
 (0)