From a3e116d1511f44009ea127bbff9e362c347cfa36 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 16 Dec 2024 21:26:37 +0200 Subject: [PATCH] docs: update pyproject.toml and readme --- README.rst | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index d808202..50b88b3 100644 --- a/README.rst +++ b/README.rst @@ -149,4 +149,4 @@ clang-format, clang-tidy, clang-query, clang-apply-replacements Thanks to the project `clang-tools-static-binaries `_. We now used the `fork repository `_ -that fixed the clang-tidy v14+ Segmentation fault (core dumped). see `#56 `_ for details. +that fixed the clang-tidy v14+ Segmentation fault (core dumped). see `#56 `_ for details and other related build issues. diff --git a/pyproject.toml b/pyproject.toml index cba8f69..422c6d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta" [project] name = "clang_tools" -description = "Install clang-tools (clang-format, clang-tidy) with pip" +description = "Install clang-tools (clang-format, clang-tidy, clang-query, clang-apply-replacements) with pip" readme = "README.rst" -keywords = ["clang", "clang-tools", "clang-extra", "clang-tidy", "clang-format"] +keywords = ["clang", "clang-tools", "clang-extra", "clang-tidy", "clang-format", "clang-query", "clang-apply-replacements"] license = {text = "MIT License"} authors = [ { name = "Xianpeng Shen", email = "xianpeng.shen@gmail.com" }, @@ -14,7 +14,7 @@ authors = [ ] classifiers = [ # https://pypi.org/pypi?%3Aaction=list_classifiers - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Intended Audience :: Information Technology",