Skip to content

Commit 284f2f2

Browse files
authored
Update pyproject.toml to adopt PEP639 (#60)
1 parent 1721068 commit 284f2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "cpp_linter_hooks"
99
description = "Automatically check c/c++ code with clang-format and clang-tidy"
1010
readme = "README.md"
1111
keywords = ["clang", "clang-format", "clang-tidy", "pre-commit", "pre-commit-hooks"]
12-
license = {text = "MIT License"}
12+
license = "MIT"
1313
authors = [
1414
{ name = "Xianpeng Shen", email = "xianpeng.shen@gmail.com" },
1515
]

0 commit comments

Comments
 (0)