From a12d9ffcfab3264d171c09d5827be613b4d5c594 Mon Sep 17 00:00:00 2001 From: lrg913427-dot Date: Sun, 3 May 2026 07:25:35 +0800 Subject: [PATCH] fix: remove universal bdist_wheel option from setup.py Fixes #6121 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 3942ee630e..5392d1ca90 100644 --- a/setup.py +++ b/setup.py @@ -113,5 +113,4 @@ def get_file_text(file_name): "Programming Language :: Python :: 3.14", "Topic :: Software Development :: Libraries :: Python Modules", ], - options={"bdist_wheel": {"universal": "1"}}, )