Skip to content

Commit bb76434

Browse files
authored
Replace deprecated classifier with licence expression (PEP 639) (#110)
* Replace deprecated classifier with licence expression (PEP 639) * Update pyproject.toml
1 parent 86af63a commit bb76434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "clang_tools"
77
description = "Install clang-tools (clang-format, clang-tidy, clang-query, clang-apply-replacements) with pip"
88
readme = "README.rst"
99
keywords = ["clang", "clang-tools", "clang-extra", "clang-tidy", "clang-format", "clang-query", "clang-apply-replacements"]
10-
license = {text = "MIT License"}
10+
license = "MIT"
1111
authors = [
1212
{ name = "Xianpeng Shen", email = "[email protected]" },
1313
{ name = "Brendan Doherty", email = "[email protected]" },

0 commit comments

Comments
 (0)