Skip to content

Commit eb744aa

Browse files
committed
fix: remove unused setuptools dependency from pyproject.toml
1 parent 49766b0 commit eb744aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ classifiers = [
3333
dependencies = [
3434
"pip>=20.3", # Required to install clang-format and clang-tidy
3535
"tomli>=1.1.0; python_version < '3.11'",
36-
"setuptools>=45.0.0", # Required for pkg_resources in clang-tidy
37-
"clang-format==22.1.0",
36+
"clang-format==22.1.0",
3837
"clang-tidy==22.1.0",
3938
]
4039
dynamic = ["version"]

0 commit comments

Comments
 (0)