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