From cc52352e16335a6c1349610b9c0a18ceb00212b5 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Fri, 19 Sep 2025 10:09:22 +0800 Subject: [PATCH] Fix a issue of pyproject.toml file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e211380..7fa24200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] readme = "README.md" keywords = ["charon", "mrrc", "maven", "npm", "build", "java"] -license-files = ["LICENSE"] +license = {file="LICENSE"} requires-python = ">=3.9" classifiers = [ "Development Status :: 1 - Planning",