From 544c180e728d1b1f7942cb7874f6e579c1acc02b Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 9 Dec 2023 16:55:41 +0800 Subject: [PATCH] fix that --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2be07d4..deae774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ # 系统支持. "Operating System :: OS Independent", ] -license = "MPL-2.0" +license = { text = "MPL-2.0" } dynamic = ["version"] [build-system]