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

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Szymaniak authored and Michal Szymaniak committed Nov 6, 2018
1 parent 10fdb0f commit 9ed2a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subsync/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@


build_exe = {
'packages': ['idna'],
'packages': ['idna', 'asyncio'],
'excludes': ['updatelangs', 'tkinter', 'tcl', 'ttk'],
'include_files': ['img', 'key.pub'],
'include_files': ['img', 'locale', 'key.pub'],
}

if sys.platform == 'win32':
Expand Down

0 comments on commit 9ed2a47

Please sign in to comment.