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

fix typo in setup.py

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-10-09 14:19:10 -07:00
parent fe71b75ffd
commit 00f1f1b83d

View file

@ -253,7 +253,7 @@ class sdist(_sdist):
# The Azure Dev Ops pipelines use internal OS version tagging that don't correspond
# to releases.
internal_build_re = re.compile("((.+)\_7")
internal_build_re = re.compile("(.+)\_7")
class bdist_wheel(_bdist_wheel):