From 00e7e19d2a2de0dcacee2a68e93cf3a96f89d286 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Fri, 19 Sep 2025 12:50:28 +0800 Subject: [PATCH] Fix pyproject.toml license issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d2764e..cd43965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] readme = "README.md" keywords = ["charon", "mrrc", "maven", "npm", "build", "java"] -license = "Apache-2.0" +license = {text="Apache-2.0"} requires-python = ">=3.9" classifiers = [ "Development Status :: 1 - Planning",