Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
fixed Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Szymaniak authored and Michal Szymaniak committed Jan 5, 2019
1 parent 81704b8 commit 398e2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def update_version(fname=os.path.join('subsync', 'version.py')):

build_exe = {
'packages': ['idna', 'asyncio'],
'excludes': ['updatelangs', 'tkinter', 'tcl', 'ttk', 'subsync.gui.layout'],
'excludes': ['updatelangs', 'tkinter', 'tcl', 'ttk'],
'include_msvcr': True,
}

Expand Down

0 comments on commit 398e2b8

Please sign in to comment.