Skip to content

Commit

Permalink
fix typo in setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Oct 9, 2024
1 parent fe71b75 commit 00f1f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def run(self):
# 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):

Expand Down

0 comments on commit 00f1f1b

Please sign in to comment.