v0.9.0
Changed:
- Custom distributions should now define the relative path to the
site-packages
directory
Added:
- Add support for PyPy distributions
- Add the
PYAPP_UPGRADE_VIRTUALENV
option to create virtual environments withvirtualenv
rather than the stdlib'svenv
- Add support for custom distributions with
bzip2
compression
Fixed:
- Properly handle cases where temporary files are on different filesystems
- Fix regression in the
metadata
management command on Windows - Improve error messages when running binaries that were misconfigured