Skip to content

Commit 0992527

Browse files
committed
Fix PEP517 build.
1 parent a96ba81 commit 0992527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["maturin"]
33
build-backend = "maturin"
44

55
[tool.maturin]
6-
bindings = "cffi"
6+
bindings = "pyo3"
77
manylinux = "2010"
88

99
[lib]

0 commit comments

Comments
 (0)