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

add _0 to platform tag for pypi

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-10-10 15:52:10 -07:00
parent 6e3b99fb9e
commit 54d30f26f7

View file

@ -261,7 +261,7 @@ class bdist_wheel(_bdist_wheel):
if platform in ["osx", "darwin", "sequoia"]:
m = internal_build_re.search(os_version_tag)
if m:
return m.group(1)
return m.group(1) + "_0"
return os_version_tag