Skip to content

Commit cd1abe4

Browse files
committed
Replace clang with libclang
1 parent 00b5399 commit cd1abe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Operating System :: POSIX",
1919
"Operating System :: MacOS"
2020
]
21-
requires = ["clang"]
21+
requires = ["libclang"]
2222
requires-python = ">=3.6"
2323

2424
[tool.flit.scripts]

0 commit comments

Comments
 (0)