From 50dacf4ec508a97a6a30857ade9422a7a17a5d98 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 6 Sep 2015 08:26:17 -0400 Subject: Remove the recently deleted file from the Makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fbc1a44b..ba1f0f7d 100644 --- a/Makefile +++ b/Makefile @@ -60,9 +60,6 @@ wheel: kit_upload: twine upload dist/* -winkit: - tox -c tox_winkits.ini - kit_local: cp -v dist/* `awk -F "=" '/find-links/ {print $$2}' ~/.pip/pip.conf` # pip caches wheels of things it has installed. Clean them out so we -- cgit v1.2.1