3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

try add name to project

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-12-08 14:57:45 -08:00
parent 7e716f7cfe
commit 6282f40255

View file

@ -3,4 +3,5 @@ requires = ["setuptools>=46.4.0", "wheel", "cmake"]
build-backend = "setuptools.build_meta"
[project]
dependencies = ["importlib-resources" ]
name = "z3-solver"
dependencies = ["importlib-resources", ]