py2exe 0.11.1.0
·
100 commits
to master
since this release
Time for a new minor release. Package distribution metadata are now inserted in the bundle, to be fetched by importlib.metadata or pkg_resources. As usual, thanks to all the people that contributed to this release.
Changelog:
- Drop support for Python 3.6
- Include package metadata in the bundle archive (issue #126 by @Athanasius)
- Fixed a bug that prevented to use the
optimizeoption whensixwas in the bundle (issue #120 by @MaxBQb) - Fixed a bug that ignored the
optimizeflag for some packages (issue #125 by @nchidsey) - Add
setup_requireskeyword in thepy2exesetup scripts (issue #124 by @HeavyTony2) - Support building
py2exewithsetuptools>=60