This commit is contained in:
parent
6b9e742ad6
commit
53071e4533
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ from cx_Freeze import setup, Executable
|
|||
|
||||
# Add options for build_exe
|
||||
build_exe_options = {
|
||||
"packages": ["os", "pandas", "xlwings", "configparser", "PyQt5"],
|
||||
"packages": ["os", "pandas", "xlwings", "openpyxl", "configparser", "PyQt5"],
|
||||
"include_files": [
|
||||
("퍼센티양식.xlsx", "퍼센티양식.xlsx"),
|
||||
("config.ini", "config.ini"),
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue