From 6853a136acdbf1a9b947c33612676ee00776f8bf Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Fri, 20 Sep 2024 12:57:03 +0800 Subject: [PATCH] fix: project license field Signed-off-by: Frost Ming --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21cd507..ee75219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]