Skip to content

Commit 04506f1

Browse files
add pyproject.toml
1 parent 7b6643b commit 04506f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-License-Identifier: LGPL-2.1-or-later
2+
# See Notices.txt for copyright information
3+
[build-system]
4+
requires = ["maturin"]
5+
build-backend = "maturin"
6+
7+
[tool.maturin]
8+
bindings = "pyo3"
9+
cargo-extra-args = "--features python-extension"

0 commit comments

Comments
 (0)