Issue #16314: Added support for the LZMA compression in distutils.

This commit is contained in:
Serhiy Storchaka 2015-05-16 22:13:27 +03:00
parent b8cd3e4e30
commit b9cec6a30f
10 changed files with 180 additions and 93 deletions

View file

@ -22,7 +22,8 @@ class bdist_dumb(Command):
"platform name to embed in generated filenames "
"(default: %s)" % get_platform()),
('format=', 'f',
"archive format to create (tar, ztar, gztar, zip)"),
"archive format to create (tar, gztar, bztar, xztar, "
"ztar, zip)"),
('keep-temp', 'k',
"keep the pseudo-installation tree around after " +
"creating the distribution archive"),