add cdtbcd, cbcdtd, and addg6s
[power-instruction-analyzer.git] / pyproject.toml
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 # See Notices.txt for copyright information
3 [build-system]
4 requires = ["maturin>=0.11,<0.12"]
5 build-backend = "maturin"
6
7 [tool.maturin]
8 bindings = "pyo3"
9 cargo-extra-args = "--features python-extension"
10 sdist-include = ["power-instruction-analyzer-proc-macro/**/*"]