Skip to content

Commit 7d82a56

Browse files
committed
fix: update pyproject.toml
1 parent 3bbd310 commit 7d82a56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
]
3434
dependencies = [
3535
"tomli>=1.1.0; python_version < '3.11'",
36-
"setuptools>=45.0.0",
36+
"setuptools>=45.0.0", # Required for pkg_resources in clang-tidy
3737
]
3838
dynamic = ["version"]
3939

@@ -50,7 +50,6 @@ tracker = "https://github.com/cpp-linter/cpp-linter-hooks/issues"
5050
tools = [
5151
"clang-format==20.1.7",
5252
"clang-tidy==20.1.0",
53-
"setuptools>=45.0.0", # Required for pkg_resources in clang-tidy
5453
]
5554

5655
dev = [

0 commit comments

Comments
 (0)