Skip to content

Commit 46799a0

Browse files
committed
Remove py2exe from setup.py to fix build
1 parent d24f1cd commit 46799a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545

4646
from nordicsemi import version
4747

48-
if platform.system() == 'Windows':
49-
import py2exe # Required even if it is not used in this file. This import adds py2exe to distutils.
50-
5148
excludes = ["Tkconstants",
5249
"Tkinter",
5350
"tcl",

0 commit comments

Comments
 (0)