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 7b6643b commit 04506f1Copy full SHA for 04506f1
pyproject.toml
@@ -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