-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update pyproject.toml and readme
- Loading branch information
1 parent
ff4337d
commit a3e116d
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,17 +4,17 @@ 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 = "[email protected]" }, | ||
{ name = "Brendan Doherty", email = "[email protected]" }, | ||
] | ||
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", | ||
|