* 1200: easy_install now support installing from wheels: they will be installed as standalone unzipped eggs.
38.1.0
Not secure
=======
* 1208: Improve error message when failing to locate scripts in egg-info metadata.
38.0.0
Not secure
=======
* 458: In order to support deterministic builds, Setuptools no longer allows packages to declare ``install_requires`` as unordered sequences (sets or dicts).
37.0.0
Not secure
=======
* 878: Drop support for Python 2.6. Python 2.6 users should rely on 'setuptools < 37dev'.
36.8.0
Not secure
=======
* 1190: In SSL support for package index operations, use SNI where available.