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
commit1341fda9d58144c20c5fffa81d1774e67ad44a77 (patch)
tree8837b877fa444e718acfaf4119a35b7c53566d17
parent06f3b1c049863a62aaaa3b2491bd2562ff9f0039 (diff)
downloadpython-coveragepy-git-1341fda9d58144c20c5fffa81d1774e67ad44a77.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 9c25cd64..94286b93 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