I try to create a zipped source python package on a linux distribution without specifying the --formats
option to sdist on the command line (using an existing Jenkins pipeline which do not support this option).
In the documentation here, it states:
(assuming you haven’t specified any sdist options in the setup script or config file), sdist creates the archive of the default format for the current platform. The default format is a gzip’ed tar file (.tar.gz) on Unix, and ZIP file on Windows.
But it doesn't say how should you specify sdist options in the setup script?