diff --git a/tools/python_tag.py b/tools/python_tag.py index 75947cff0b1b39d4c262a306bbe2bc878ae7d3ba..7c0fb5aa9928bb83c51df698b2f66df17793feb1 100644 --- a/tools/python_tag.py +++ b/tools/python_tag.py @@ -15,6 +15,6 @@ from wheel.pep425tags import get_abbr_impl, get_impl_ver, get_abi_tag import re with open("setup.cfg", "w") as f: - line = "[bdist_wheel]\npython-tag={0}{1}\nplat-name=linux_x86_64".format( + line = "[bdist_wheel]\npython-tag={0}{1}\nplat-name=manylinux1_x86_64".format( get_abbr_impl(), get_impl_ver()) f.write(line)