changeset 401:e4d71f20d908 build-2.7

Use "gzip --best" compression when recompressing the sdist after post-processing
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 17 Feb 2026 14:47:39 +0100
parents feac4bc02041
children 90e1d34d977f
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Feb 17 14:47:09 2026 +0100
+++ b/Makefile	Tue Feb 17 14:47:39 2026 +0100
@@ -19,7 +19,7 @@
 build:
 	python setup.py sdist bdist_wheel
 	python _postprocess-sdist.py
-	gzip dist/*tar
+	gzip --best dist/*tar
 
 distclean: clean
 # package build information