From 89eda16533279662c4be94cdd1937b95376a8729 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 28 Nov 2020 04:18:07 -0500 Subject: [PATCH] fix pip editable install --- bin/build_pip.sh | 2 +- pip_dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build_pip.sh b/bin/build_pip.sh index 484e3e08..ed7579c4 100755 --- a/bin/build_pip.sh +++ b/bin/build_pip.sh @@ -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 \ diff --git a/pip_dist b/pip_dist index a694844d..c7692fff 160000 --- a/pip_dist +++ b/pip_dist @@ -1 +1 @@ -Subproject commit a694844d4b45af81ac74f6eec4c18c36898702ea +Subproject commit c7692fffd4ae1c1a108e37beae50db7d9121ad55