Skip to content

Commit 5e1f39b

Browse files
authored
Replace deprecated classifier with licence expression (PEP 639)
1 parent 4f8684c commit 5e1f39b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "cpp-linter"
77
description = "Run clang-format and clang-tidy on a batch of files."
88
readme = "README.rst"
99
keywords = ["clang", "clang-tools", "linter", "clang-tidy", "clang-format"]
10-
license = {text = "MIT License"}
10+
license = "MIT"
11+
license-files = [ "LICENSE" ]
1112
authors = [
1213
{ name = "Brendan Doherty", email = "[email protected]" },
1314
{ name = "Xianpeng Shen", email = "[email protected]" },
@@ -16,7 +17,6 @@ requires-python = ">=3.9"
1617
classifiers = [
1718
# https://pypi.org/pypi?%3Aaction=list_classifiers
1819
"Development Status :: 5 - Production/Stable",
19-
"License :: OSI Approved :: MIT License",
2020
"Intended Audience :: Developers",
2121
"Intended Audience :: System Administrators",
2222
"Intended Audience :: Information Technology",

0 commit comments

Comments
 (0)