We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86af63a commit bb76434Copy full SHA for bb76434
pyproject.toml
@@ -7,7 +7,7 @@ name = "clang_tools"
7
description = "Install clang-tools (clang-format, clang-tidy, clang-query, clang-apply-replacements) with pip"
8
readme = "README.rst"
9
keywords = ["clang", "clang-tools", "clang-extra", "clang-tidy", "clang-format", "clang-query", "clang-apply-replacements"]
10
-license = {text = "MIT License"}
+license = "MIT"
11
authors = [
12
{ name = "Xianpeng Shen", email = "[email protected]" },
13
{ name = "Brendan Doherty", email = "[email protected]" },
0 commit comments