1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 22:04:23 +00:00

Adjust completion for pep517

Manually building and installing the python packages can be safely
omited from the examples.

Haven't tested.

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate
2025-05-01 06:22:38 +03:00
committed by deadc0de
parent 4c1fcd2c40
commit d730322af5
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ venv="/tmp/dotdrop-venv"
${vbin} -p python3 ${venv}
# shellcheck source=/dev/null
source ${venv}/bin/activate
python setup.py install
pip install .
cd /tmp
docopt-completion dotdrop --manual-zsh
mv ./_dotdrop "${dt_zsh}"