Skip to content

Commit

Permalink
move clang-tools from build deps to runtime deps (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Jun 4, 2023
1 parent 9778abd commit 0031e98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=45", "setuptools-scm", "clang-tools>=0.2.2"]
requires = ["setuptools>=45", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -24,6 +24,9 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Build Tools",
]
dependencies = [
"clang-tools>=0.2.2",
]
dynamic = ["version"]

[project.scripts]
Expand Down

0 comments on commit 0031e98

Please # to comment.