pex 2.8.1
2.8.1
This release fixes the bdist_pex
distutils command to use the
--project
option introduced by #2455 in the 2.8.0 release. This
change produces the same results for existing invocations of
python setup.py bdist_pex
but allows new uses passing locked project
requirements (either hashed requirement files or Pex lock files) via
--pex-args
.
- Fix
bdist_pex
to use--project
. (#2457)