diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 5dfb37f..875f78b 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,6 +3,7 @@ "rust-lang.rust-analyzer", "streetsidesoftware.code-spell-checker", "fill-labs.dependi", - "wolfmah-vscode.just-syntax" + "wolfmah-vscode.just-syntax", + "eamodio.gitlens" ] } diff --git a/Cargo.toml b/Cargo.toml index 8c9378b..cdc383b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" version = "2.0.0-rc12" # auto authors = [ "Brendan Doherty", - "Peter Shen", + "Xianpeng Shen", ] description = "Run clang-format and clang-tidy on a batch of files." homepage = "https://cpp-linter.github.io/cpp-linter-rs" diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index e5dbf52..f57d3e3 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -2,7 +2,7 @@ name = "cpp-linter-py" edition = "2021" readme = "README.md" -repository = "https://github.com/cpp-linter/cpp-linter-rs/tree/main/py-binding" +repository = "https://github.com/cpp-linter/cpp-linter-rs/tree/main/bindings/python" version.workspace = true authors.workspace = true description.workspace = true diff --git a/pyproject.toml b/pyproject.toml index ce3e44b..17e6ed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = {text = "MIT License"} requires-python = ">=3.9" authors = [ { name = "Brendan Doherty", email = "2bndy5@gmail.com" }, - { name = "Peter Shen", email = "xianpeng.shen@gmail.com" }, + { name = "Xianpeng Shen", email = "xianpeng.shen@gmail.com" }, ] classifiers = [ # https://pypi.org/pypi?%3Aaction=list_classifiers