0.8.1
- Added global –user flag as shortcut for –install-option=”–user”. From
Ronny Pfannschmidt.
- Added support for PyPI mirrors as
defined in PEP 381, from
Jannis Leidel.
- Fixed issue #138 - Git revisions ignored. Thanks John-Scott Atlakson.
- Fixed issue #95 - Initial editable install of github package from a tag fails. Thanks John-Scott Atlakson.
- Fixed issue #107 - Can’t install if a directory in cwd has the same name as the package you’re installing.
- Fixed issue #39 - –install-option=”–prefix=~/.local” ignored with -e.
Thanks Ronny Pfannschmidt and Wil Tan.