Skip to content

Commit

Permalink
versioneer fix for cx_freeze 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spaam committed Apr 26, 2024
1 parent d814ba7 commit b657ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioneer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ def run(self):
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.
Expand Down

0 comments on commit b657ef7

Please sign in to comment.