1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 05:34:15 +01:00

versioneer fix for cx_freeze 7.0

This commit is contained in:
Johan Andersson 2024-04-26 21:12:39 +02:00
parent 103ce2f958
commit a45f135c34

View File

@ -1903,7 +1903,7 @@ def get_cmdclass(cmdclass=None):
cmds["build_ext"] = cmd_build_ext
if "cx_Freeze" in sys.modules: # cx_freeze enabled?
from cx_Freeze.command.build_exe import BuildEXE as _build_exe
from cx_Freeze.command.build_exe import build_exe as _build_exe
# nczeczulin reports that py2exe won't like the pep440-style string
# as FILEVERSION, but it can be used for PRODUCTVERSION, e.g.