From 78274b1a262edba6c706433cda71dced64d778a1 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Thu, 27 Mar 2025 17:41:15 +0800 Subject: [PATCH] Update pyproject.toml to adopt PEP639 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78aec0c..e04ac3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ name = "cpp_linter_hooks" description = "Automatically check c/c++ code with clang-format and clang-tidy" readme = "README.md" keywords = ["clang", "clang-format", "clang-tidy", "pre-commit", "pre-commit-hooks"] -license = {text = "MIT License"} +license = "MIT" authors = [ { name = "Xianpeng Shen", email = "xianpeng.shen@gmail.com" }, ]