• Reinout van Rees's avatar
    Default to setuptools' wheel support instead of failing · 61e0c51d
    Reinout van Rees authored
    Setuptools 38.2.0 suddenly started supporting and downloading wheels.
    .whl files would end up in the non-functioning and deprecated unpack_wheel().
    The new default ('just use setuptools') works fine.
    
    - If you use an older setuptools, setuptools won't download wheels and the new
      code won't be used.
    
    - If you use buildout.wheel, you'll overwrite the unpacker anyway.
    61e0c51d
easy_install.py 59.1 KB