Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Include version number in output filename, like `sdist` and `bdist_wheel` do. 2. Output the actual filename that we are writing to, including the `bdist_dir`. Instead of this: $ python setup.py bdist_pex --pex-args="--index-url=http:/myindex" running bdist_pex Writing environment pex into dummysvc.pex we get this: $ python setup.py bdist_pex --pex-args="--index-url=http://myindex" running bdist_pex Writing environment pex into /Users/marca/dev/surveymonkey/DummySvc/dist/dummysvc-0.0.4.dev53.pex
- Loading branch information