From b446cfedb73215bdfd0b5223ec6a94504cc0ba3e Mon Sep 17 00:00:00 2001 From: Paul Makepeace Date: Fri, 22 Jul 2011 11:00:08 +0000 Subject: [PATCH] Change Makefile dist target to upload to remind myself how to do it --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f6916c0..74f6760 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,6 @@ clean: # XXX is there some way of having setup.py clean up its junk? rm -rf README.html build dist refine_client.egg-info distribute-* -dist: clean - python setup.py sdist - \ No newline at end of file +upload: clean + python setup.py sdist upload +