pypa / installer

A low-level library for installing from a Python wheel distribution.
https://installer.readthedocs.io/
MIT License
123 stars 51 forks source link

Update launcher script and launchers #212

Open Secrus opened 7 months ago

Secrus commented 7 months ago

The previous version of the script was downloading launcher scripts from bitbucket, however, those were out of date. This changes the source for binaries to the latest distlib release from PyPI.

Closes: #159