We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713f6fa commit 3000087Copy full SHA for 3000087
pyproject.toml
@@ -6,7 +6,10 @@ description = "The build backend used by PDM that supports latest packaging stan
6
authors = [
7
{ name = "Frost Ming", email = "me@frostming.com" }
8
]
9
-license = {text = "MIT"}
+license = "MIT"
10
+license-files = [
11
+ "LICENSE",
12
+]
13
requires-python = ">=3.9"
14
readme = "README.md"
15
keywords = ["packaging", "PEP 517", "build"]
0 commit comments