3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 03:07:07 +00:00

Setup.py fix dependencies (#5971)

* Add wheel as build dependency

* pyproject toml update
This commit is contained in:
Zachary Wimer 2022-04-12 23:31:24 -07:00 committed by GitHub
parent 032768b0fc
commit 9834d7aae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=46.4.0", "wheel"]
build-backend = "setuptools.build_meta"