Skip to content

Commit 22f69fe

Browse files
authored
chore: update pyproject.toml
1 parent f5ea629 commit 22f69fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cpp_linter_hooks"
7-
description = "Automatically check c/c++ with clang-format and clang-tidy"
7+
description = "Automatically check c/c++ code with clang-format and clang-tidy"
88
readme = "README.md"
99
keywords = ["clang", "clang-format", "clang-tidy", "pre-commit", "pre-commit-hooks"]
1010
license = {text = "MIT License"}
1111
authors = [
12-
{ name = "Peter Shen", email = "[email protected]" },
12+
{ name = "Xianpeng Shen", email = "[email protected]" },
1313
]
1414
classifiers = [
1515
# https://pypi.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)