From bc89bc5335e7124397877c2389fed0fb464f192d Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 5 Feb 2013 17:24:47 -0600 Subject: [PATCH] clean repo before uploading to pypi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19ffc08..b1d7dbf 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,6 @@ clean: install: python2.7 setup.py install -upload: +upload: clean python2.7 setup.py sdist upload