summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-27 15:49:29 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-27 15:49:29 -0500
commitdd74ea9aad354d72cf7b59475fcb9e504070e36c (patch)
treed63c218a2f3f6b373398122db2d812c83d413552 /Makefile
parent058d3153122b090b86a797167ad0ca563798f2da (diff)
downloadpython-coveragepy-git-dd74ea9aad354d72cf7b59475fcb9e504070e36c.tar.gz
Kitting changes: no more register, and only one sdist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9c43e88..b225361a 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ metahtml:
# Kitting
kit:
- python setup.py sdist --formats=gztar,zip
+ python setup.py sdist --formats=gztar
wheel:
tox -c tox_wheels.ini $(ARGS)