black
This commit is contained in:
parent
f013a061b2
commit
32bf60313c
12
setup.py
12
setup.py
@ -9,20 +9,14 @@ else:
|
||||
base = None
|
||||
icon = None
|
||||
|
||||
excludes = [
|
||||
"tkinter",
|
||||
"PyQt4",
|
||||
"PyQt5",
|
||||
"PySide",
|
||||
"PySide2"
|
||||
]
|
||||
excludes = ["tkinter", "PyQt4", "PyQt5", "PySide", "PySide2"]
|
||||
|
||||
executable = Executable(
|
||||
script="TetrArcade.py",
|
||||
icon=icon,
|
||||
base=base,
|
||||
shortcutName="TetrArcade",
|
||||
shortcutDir="DesktopFolder"
|
||||
shortcutDir="DesktopFolder",
|
||||
)
|
||||
|
||||
options = {
|
||||
@ -30,7 +24,7 @@ options = {
|
||||
"packages": ["arcade", "pyglet"],
|
||||
"excludes": excludes,
|
||||
"include_files": "resources",
|
||||
"silent": True
|
||||
"silent": True,
|
||||
}
|
||||
}
|
||||
setup(
|
||||
|
Loading…
x
Reference in New Issue
Block a user