From version 0.12.0.0, the invocation of the setup function for py2exe and the usage of the setup.py py2exe CLI are deprecated in favor of the new freeze API. Documentation of the new API can be found here, whereas a migration guide can be found here.
These interfaces were deprecated because of PEP 632 and because setuptools deprecated the whole python setup.py ... CLI (see the last paragraph here).
Further information about this change can be found in issue #127.
From version 0.12.0.0, the invocation of the
setupfunction forpy2exeand the usage of thesetup.py py2exeCLI are deprecated in favor of the newfreezeAPI. Documentation of the new API can be found here, whereas a migration guide can be found here.These interfaces were deprecated because of PEP 632 and because
setuptoolsdeprecated the wholepython setup.py ...CLI (see the last paragraph here).Further information about this change can be found in issue #127.