From ebf50e5c4574e94236d1c02418d9d430d98b7a60 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Sat, 22 Apr 2017 23:00:21 -0500 Subject: [PATCH] remove build files, addresses https://github.com/zopefoundation/BTrees/issues/70 --- .manylinux-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.manylinux-install.sh b/.manylinux-install.sh index 004f07f..e98024b 100755 --- a/.manylinux-install.sh +++ b/.manylinux-install.sh @@ -11,6 +11,7 @@ for PYBIN in /opt/python/*/bin; do [[ "${PYBIN}" == *"cp36"* ]]; then "${PYBIN}/pip" install -e /io/ "${PYBIN}/pip" wheel /io/ -w wheelhouse/ + rm -rf /io/build /io/*.egg-info fi done