fix pip editable install

This commit is contained in:
Nick Sweeting 2020-11-28 04:18:07 -05:00
parent 7f922505f1
commit 89eda16533
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ cd "$REPO_DIR"
echo "[*] Cleaning up build dirs"
cd "$REPO_DIR"
rm -Rf build dist archivebox.egg-info
rm -Rf build dist
echo "[+] Building sdist, bdist_wheel, and egg_info"
python3 setup.py \