I know it is possible to force sdist
to produce .zip from command line:
python setup.py sdist --formats=zip
But how to make this option a default for my setup.py
?
I'd like to get consistency for running setup.py sdist
on both Windows and Linux, and I choose .zip format, because I can turn .zip into executable.