Skip to content

Commit f48202e

Browse files
authored
Update setup.py
1 parent b5932e8 commit f48202e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appinst/setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
import windows, screen
44

55
setup(
6-
options = {'py2exe': {'bundle_files': 1}}
7-
zipFile = None
86
windows = [{
9-
"script": "mainloop",
10-
"icon_resources": [(1, "pycon-icon.ico")]
7+
"script": "mainloop.py",
118
"dest_base": "LearnPythonWithPython"
129
}]
1310
)

0 commit comments

Comments
 (0)