Skip to content

Commit 5d3dcc6

Browse files
committed
Update license and pyproject.toml
1 parent ea69318 commit 5d3dcc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Peter Shen
3+
Copyright (c) 2022 Xianpeng Shen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ clang-tools CLI
33

44
**Install clang-format, clang-tidy, clang-query, and clang-apply-replacements binaries with clang-tools CLI.**
55

6-
.. |latest-version| image:: https://img.shields.io/pypi/v/clang-tools
6+
.. |latest-version| image:: https://img.shields.io/pypi/v/clang-tools?color=blue
77
:target: https://pypi.org/project/clang-tools/
88
:alt: PyPI
99
.. |python-test| image:: https://github.com/cpp-linter/clang-tools-pip/actions/workflows/python-test.yml/badge.svg

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.rst"
99
keywords = ["clang", "clang-tools", "clang-extra", "clang-tidy", "clang-format"]
1010
license = {text = "MIT License"}
1111
authors = [
12-
{ name = "Peter Shen", email = "xianpeng.shen@gmail.com" },
12+
{ name = "Xianpeng Shen", email = "xianpeng.shen@gmail.com" },
1313
{ name = "Brendan Doherty", email = "2bndy5@gmail.com" },
1414
]
1515
classifiers = [

0 commit comments

Comments
 (0)