mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 06:13:40 +00:00
* Add wheel as build dependency * Add cmake as a python build dependency * pyproject toml update Co-authored-by: Nikolaj Bjorner <nbjorner@microsoft.com>
3 lines
107 B
TOML
3 lines
107 B
TOML
[build-system]
|
|
requires = ["setuptools>=46.4.0", "wheel", "cmake"]
|
|
build-backend = "setuptools.build_meta"
|