summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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