diff --git a/README.md b/README.md index 90d2fd4..fe81048 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) - -`cpp-linter-hooks` integrates `clang-format` and `clang-tidy` hooks with [pre-commit](https://pre-commit.com/) to lint your C/C++ code efficiently. +cpp-linter-hooks is a [pre-commit](https://pre-commit.com/) hook that uses clang-format and clang-tidy to check your C/C++ code. > [!NOTE] > This hook automatically downloads a specific version of `clang-format` or `clang-tidy` [binaries](https://github.com/cpp-linter/clang-tools-static-binaries) and installs it on the system. diff --git a/pyproject.toml b/pyproject.toml index 3a8fb82..bdcf4ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta" [project] name = "cpp_linter_hooks" -description = "Automatically check c/c++ with clang-format and clang-tidy" +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"} authors = [ - { name = "Peter Shen", email = "xianpeng.shen@gmail.com" }, + { name = "Xianpeng Shen", email = "xianpeng.shen@gmail.com" }, ] classifiers = [ # https://pypi.org/pypi?%3Aaction=list_classifiers