Skip to content

Commit 65b0396

Browse files
committed
minor fix to make.windows packaging script
1 parent 3037c21 commit 65b0396

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make/windows.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .common import NAME, VERSION, AUTHOR, COPYRIGHT
1717
from .common import build_icon, prune, remove, mkdir, prepare
1818
from .common import RESOURCE_PATH
19-
from .freeze import SETUP_OPTIONS, SHORT_VERSION, COMMANDS, EXCLUDE_EXTERNAL_PACKAGES, PLATFORM_TAG
19+
from .freeze import SETUP_OPTIONS, SHORT_VERSION, EXCLUDE_EXTERNAL_PACKAGES, PLATFORM_TAG
2020

2121

2222
UPGRADE_CODE = '{714d23a9-aa94-4b17-87a5-90e72d0c5b8f}'
@@ -206,7 +206,6 @@ def add_ui(self):
206206
setup_options['cmdclass'] = dict(
207207
build_exe=BuildExeCommand,
208208
bdist_msi=BdistMsiCommand,
209-
**COMMANDS
210209
)
211210

212211
numversion = '.'.join(v for v in VERSION.split('.') if v.isdigit())

0 commit comments

Comments
 (0)