You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With setuptools one can specify python setup.py sdist --formats=gztar,zip,xztar to get a source in tar.gz, zip and tar.xz format. Another option is in setup.cfg to specify formats = gztar,zip,xztar in the [sdist] section. Please provide that capability or changing the default tar.gz with one of the other formats.
The text was updated successfully, but these errors were encountered:
With setuptools one can specify
python setup.py sdist --formats=gztar,zip,xztar
to get a source in tar.gz, zip and tar.xz format. Another option is in setup.cfg to specifyformats = gztar,zip,xztar
in the[sdist]
section. Please provide that capability or changing the default tar.gz with one of the other formats.The text was updated successfully, but these errors were encountered: