From c9fbc66e8e92771462fa9c6c7d9e50b74d07867f Mon Sep 17 00:00:00 2001 From: Paul Makepeace Date: Thu, 10 Oct 2013 16:42:29 +0500 Subject: [PATCH] Remove README.txt too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74f6760..5ee5c1a 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,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.egg-info distribute-* + rm -rf README.{html,txt} build dist refine_client.egg-info distribute-* upload: clean python setup.py sdist upload