Skip to content

Commit ebee1ae

Browse files
committed
Stop building unused distribution files
1 parent 77d9c8c commit ebee1ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build: .stamp-tzinfo
4141
dist: build wheels
4242
cd build/dist && mkdir -p ../tarballs && \
4343
${PYTHON} setup.py -q sdist --dist-dir ../tarballs \
44-
--formats=bztar,gztar,zip
44+
--formats=gztar
4545

4646
wheels:
4747
cd build/dist && mkdir -p ../tarballs

0 commit comments

Comments
 (0)