rhythmic-morning-87313
04/30/2022, 3:03 AMpython_distribution() , wheel_config_settings={"--global-option": ["--universal", "false"]}, seems not working. How could I pass such extra bdist_wheel arguments?enough-analyst-54434
04/30/2022, 3:09 AMenough-analyst-54434
04/30/2022, 3:16 AMrhythmic-morning-87313
04/30/2022, 3:18 AMrhythmic-morning-87313
04/30/2022, 3:19 AMinvalid command name '0'rhythmic-morning-87313
04/30/2022, 3:19 AMerror: invalid command 'false'rhythmic-morning-87313
04/30/2022, 3:20 AMrhythmic-morning-87313
04/30/2022, 3:20 AM--universal is a sole boolean flag which "enable" universal build and is explicitly false if not specifiedrhythmic-morning-87313
04/30/2022, 3:20 AMrhythmic-morning-87313
04/30/2022, 3:21 AMbdist_wheel was recognizing the following arg as another command...rhythmic-morning-87313
04/30/2022, 3:21 AMenough-analyst-54434
04/30/2022, 4:06 AM