mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
Remove hardcoded version from pyproject.toml, use dynamic version from setup.py
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
d789a17898
commit
4c468ccf90
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "z3-solver"
|
||||
version = "4.15.3.0"
|
||||
dynamic = ["version"]
|
||||
description = "an efficient SMT solver library"
|
||||
readme = "README.txt"
|
||||
requires-python = ">=3.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue