Skip to content

Commit

Permalink
fix pip
Browse files Browse the repository at this point in the history
  • Loading branch information
stlava committed Nov 12, 2019
1 parent 4e80a08 commit 6479ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pack: kingpin.zip
kingpin.zip:
rm -rf zip
mkdir -p zip
pip install --process-dependency-links --target ./zip ./
pip install --target ./zip ./
find ./zip -name '*.pyc' -delete
find ./zip -name '*.egg-info' | xargs rm -rf
cd zip; ln -sf kingpin/bin/deploy.py ./__main__.py
Expand Down

0 comments on commit 6479ca2

Please sign in to comment.