From d673970752eea1fe84ad1ba762fa2896f65e3c63 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 310bb1f..4f87614 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",