New
py2exe 0.13.0.1
This release includes several fixes and it will be the last one that supports the deprecated setup API. Thanks to all the people that contributed to it.
Changelog:
- improved the hook for
pkg_resourcesto detect its vendored content automatically (issue #175 raised by @Athanasius). - the
matplotlibhook now does not excludewxautomatically (issue #169 raised by @infinity77). - README: fix external link to freeze API (issue #162 raised by @novski).
- adapted the hook for
matplotlibto support their use ofdelvewheel(PR #182 by @zobac). - adapted the hooks for
numpyandpandasto support the new.libslocation,