From 9ea349b2b47e119dec2b240f66f80ec7bd3edad4 Mon Sep 17 00:00:00 2001 From: Paul Makepeace Date: Sun, 1 May 2011 17:58:11 +0000 Subject: [PATCH] Remove egg-info from new name. Update make dist to use setup.py now it seems to work. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 42a0190..8a33466 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,7 @@ install: clean: find . -name '*.pyc' | xargs rm -f # XXX is there some way of having setup.py clean up its junk? - rm -rf README.html build dist refine_client_py.egg-info distribute-* + rm -rf README.html build dist refine_client.egg-info distribute-* -# COPYFILE_DISABLE=true for annoying ._* files in OS X dist: clean - (cd ..; COPYFILE_DISABLE=true tar zcf $(NAME)-$(VERSION).tar.gz --exclude='.*' $(NAME)) + python setup.py dist