summaryrefslogtreecommitdiff
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
parent058d3153122b090b86a797167ad0ca563798f2da (diff)
downloadpython-coveragepy-git-dd74ea9aad354d72cf7b59475fcb9e504070e36c.tar.gz
Kitting changes: no more register, and only one sdist
-rw-r--r--Makefile2
-rw-r--r--howto.txt1
2 files changed, 1 insertions, 2 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)
diff --git a/howto.txt b/howto.txt
index 1f4aed4d..0a5d40d9 100644
--- a/howto.txt
+++ b/howto.txt
@@ -52,7 +52,6 @@
- $ make download_appveyor
- examine the dist directory, and remove anything that looks malformed.
- Update PyPi:
- - $ make pypi
- upload kits:
- $ make kit_upload
- Visit http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=coverage :