summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-02-19 10:33:25 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-02-19 10:33:25 -0500
commit37a2818d706a193ae877941d7aaf49f0d3b921ae (patch)
treeac06e76374596802cb344c1632738f34dee52ec2
parent75f7f448b14984dba4be4113cf89c8e4370efad7 (diff)
downloadpython-coveragepy-37a2818d706a193ae877941d7aaf49f0d3b921ae.tar.gz
A Makefile target for copying kits to a local distribution point.
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c25cd6..94286b9 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,9 @@ kit:
kit_upload:
$(SDIST_CMD) upload
+kit_local:
+ cp -v dist/* `awk -F "=" '/find-links/ {print $$2}' ~/.pip/pip.conf`
+
pypi:
python setup.py register