We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9778abd commit 0031e98Copy full SHA for 0031e98
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=45", "setuptools-scm", "clang-tools>=0.2.2"]
+requires = ["setuptools>=45", "setuptools-scm"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -24,6 +24,9 @@ classifiers = [
24
"Programming Language :: Python :: 3",
25
"Topic :: Software Development :: Build Tools",
26
]
27
+dependencies = [
28
+ "clang-tools>=0.2.2",
29
+]
30
dynamic = ["version"]
31
32
[project.scripts]
0 commit comments