mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix typo in setup.py
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fe71b75ffd
commit
00f1f1b83d
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue