Skip to content

Commit 86af63a

Browse files
authored
feat: update pyproject.toml and readme (#107)
1 parent ff4337d commit 86af63a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ clang-format, clang-tidy, clang-query, clang-apply-replacements
149149
Thanks to the project
150150
`clang-tools-static-binaries <https://github.com/muttleyxd/clang-tools-static-binaries>`_.
151151
We now used the `fork repository <https://github.com/cpp-linter/clang-tools-static-binaries>`_
152-
that fixed the clang-tidy v14+ Segmentation fault (core dumped). see `#56 <https://github.com/cpp-linter/clang-tools-pip/issues/56>`_ for details.
152+
that fixed the clang-tidy v14+ Segmentation fault (core dumped). see `#56 <https://github.com/cpp-linter/clang-tools-pip/issues/56>`_ for details and other related build issues.

pyproject.toml

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

55
[project]
66
name = "clang_tools"
7-
description = "Install clang-tools (clang-format, clang-tidy) with pip"
7+
description = "Install clang-tools (clang-format, clang-tidy, clang-query, clang-apply-replacements) with pip"
88
readme = "README.rst"
9-
keywords = ["clang", "clang-tools", "clang-extra", "clang-tidy", "clang-format"]
9+
keywords = ["clang", "clang-tools", "clang-extra", "clang-tidy", "clang-format", "clang-query", "clang-apply-replacements"]
1010
license = {text = "MIT License"}
1111
authors = [
1212
{ name = "Xianpeng Shen", email = "[email protected]" },
1313
{ name = "Brendan Doherty", email = "[email protected]" },
1414
]
1515
classifiers = [
1616
# https://pypi.org/pypi?%3Aaction=list_classifiers
17-
"Development Status :: 4 - Beta",
17+
"Development Status :: 5 - Production/Stable",
1818
"Intended Audience :: Developers",
1919
"Intended Audience :: System Administrators",
2020
"Intended Audience :: Information Technology",

0 commit comments

Comments
 (0)