Skip to content

Commit

Permalink
Fix installation, reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
ojomio committed Dec 5, 2020
1 parent 4788f1d commit 690da9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Dependencies are automatically detected, but it might need fine tuning.
# build_exe_options = {"packages": ["os"], "excludes": ["tkinter"]}
build_exe_options = {}
build_exe_options = {"excludes": ["tcl", "tkinter", "asyncio", "unittest", "email"]}

# GUI applications require a different base on Windows (the default is for a
# console application).
Expand All @@ -16,7 +16,8 @@
setup(
name="Printer",
version="0.1",
description="Printtr",
description="Подготовка распечаток для Wildberries",
options={"build_exe": build_exe_options},
packages=['qt'],
executables=[Executable("print.py", base=base, icon='Icon.ico')],
)

0 comments on commit 690da9d

Please sign in to comment.