Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Remove py2exe from setup.py to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodem committed Jul 25, 2017
1 parent d24f1cd commit 46799a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@

from nordicsemi import version

if platform.system() == 'Windows':
import py2exe # Required even if it is not used in this file. This import adds py2exe to distutils.

excludes = ["Tkconstants",
"Tkinter",
"tcl",
Expand Down

0 comments on commit 46799a0

Please sign in to comment.