add cdtbcd, cbcdtd, and addg6s
[power-instruction-analyzer.git] / pyproject.toml
index 1b8821c7ac47884ff7aa03909954d8236069cbbd..182a4f7e42203c001e3e0d677cfb4809571e3d11 100644 (file)
@@ -1,9 +1,10 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 # See Notices.txt for copyright information
 [build-system]
-requires = ["maturin"]
+requires = ["maturin>=0.11,<0.12"]
 build-backend = "maturin"
 
 [tool.maturin]
 bindings = "pyo3"
 cargo-extra-args = "--features python-extension"
+sdist-include = ["power-instruction-analyzer-proc-macro/**/*"]