pex 1.0.1
1.0.1
- Allow PEXBuilder to optionally copy files into the PEX environment instead of hard-linking them.
- Allow PEXBuilder to optionally skip precompilation of .py files into .pyc files.
- Bug fix: PEXBuilder did not respect the target interpreter when compiling source to bytecode.
Fixes #127. - Bug fix: Fix complex resolutions when using a cache.
Fixes: #120.