Skip to content

Commit

Permalink
try add name to project
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Dec 8, 2023
1 parent 7e716f7 commit 6282f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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", ]

0 comments on commit 6282f40

Please sign in to comment.