Skip to content

Commit 8657e9a

Browse files
committed
BUG32001962: Fix the universal wheel package file name
1 parent f26d98c commit 8657e9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpydist/bdist_wheel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def finalize_options(self):
4747
"""Finalize the options."""
4848
bdist_wheel.finalize_options(self)
4949
BaseCommand.finalize_options(self)
50+
if self.universal:
51+
self.root_is_pure = True
5052

5153
def run(self):
5254
"""Run the command."""

0 commit comments

Comments
 (0)