Skip to content

Commit 8948cf7

Browse files
committed
fix names
1 parent 6a0430d commit 8948cf7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ def finalize_options(self):
140140

141141
def get_tag(self):
142142
python, abi, plat = _bdist_wheel.get_tag(self)
143-
# python, abi, plat = 'py3', 'none', 'manylinux_2_28_x86_64'
143+
python, abi = 'py3', 'none'
144+
# plat = 'manylinux_2_28_x86_64'
144145
return python, abi, plat
145146

146147
except ImportError:

0 commit comments

Comments
 (0)