From 45a4719fb0c08dcc7ab00076881a07b578a68586 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 25 Oct 2012 18:29:49 +0200 Subject: [PATCH] clean before running pypi Signed-off-by: Nico Schottelius --- build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build b/build index 59bc0b65..fa0e78a2 100755 --- a/build +++ b/build @@ -73,6 +73,7 @@ case "$1" in ;; pypi) + $0 clean $0 pypi-manifest python3 setup.py sdist ;; @@ -168,6 +169,8 @@ case "$1" in | xargs rm -f find * -name __pycache__ | xargs rm -rf + + rm -f MANIFEST ;; test)