How do I build a universal wheel from setup.py
? I would prefer not to pass in the --universal
option each time or to create a setup.cfg
file just for this option.
I am aware of the workaround in https://stackoverflow.com/a/35112241/6947337, but is there a clean way of doing this without creating a setup.cfg
file temporarily?