From ebee1ae4ef35f6fe73603b7582b458a732ae9b8a Mon Sep 17 00:00:00 2001 From: Stuart Bishop Date: Mon, 29 Jan 2024 14:42:58 +1100 Subject: [PATCH] Stop building unused distribution files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00a73cc2..4cb02077 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ build: .stamp-tzinfo dist: build wheels cd build/dist && mkdir -p ../tarballs && \ ${PYTHON} setup.py -q sdist --dist-dir ../tarballs \ - --formats=bztar,gztar,zip + --formats=gztar wheels: cd build/dist && mkdir -p ../tarballs