mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-16 21:38:33 +00:00
fix pip editable install
This commit is contained in:
parent
7f922505f1
commit
89eda16533
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
2
pip_dist
2
pip_dist
|
@ -1 +1 @@
|
|||
Subproject commit a694844d4b45af81ac74f6eec4c18c36898702ea
|
||||
Subproject commit c7692fffd4ae1c1a108e37beae50db7d9121ad55
|
Loading…
Add table
Reference in a new issue