Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
sembruk committed May 13, 2022
1 parent 3efc464 commit c6acd42
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 @@ -7,7 +7,7 @@
base = 'Win32GUI'

include_files = [config.LOCALE_DIR, config.TEMPLATE_DIR, config.IMG_DIR, config.SOUND_DIR, config.base_dir('LICENSE'),
config.base_dir('changelog.md'), config.base_dir('changelog_ru.md'),
config.base_dir('changelog.en.md'), config.base_dir('changelog.ru.md'),
config.base_dir('configs'), config.SCRIPT_DIR, config.STYLE_DIR]
includes = ['atexit', 'codecs']
excludes = ['Tkinter']
Expand Down

0 comments on commit c6acd42

Please sign in to comment.