Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for zip, tar.bz2 and tar.xz source distribution format #1917

Open
doncho-gunchev opened this issue Feb 17, 2025 · 1 comment
Open

Comments

@doncho-gunchev
Copy link

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.

@JP-Ellis
Copy link
Contributor

If this is supported, I would also highly recommend adding support for .tar.zst using the zstd compression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants