Skip to content

Commit

Permalink
make kingpin.zip - remove process dep links option (deprecated) (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
nehalrp authored Nov 12, 2019
1 parent 37a11eb commit 55da1da
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 55da1da

Please sign in to comment.