Delete setup.py
This commit is contained in:
parent
c8f0075a3a
commit
a36b9a986c
21
setup.py
21
setup.py
@ -1,21 +0,0 @@
|
||||
from cx_Freeze import setup, Executable
|
||||
|
||||
base = None
|
||||
|
||||
executables = [Executable("backend.py", base=base), Executable("wrapper.py", base=base), Executable("Changer.py", base=base)]
|
||||
|
||||
packages = ["idna", "os", "ctypes", "praw", "glob", "time", "urllib", "progressbar", "imgur_downloader", "wx", "subprocess", "_thread"]
|
||||
options = {
|
||||
'build_exe': {
|
||||
'build_exe': '.\\build',
|
||||
'packages':packages,
|
||||
},
|
||||
}
|
||||
|
||||
setup(
|
||||
name = "Changer",
|
||||
options = options,
|
||||
version = "1.1",
|
||||
description = 'Wallpaper changer by u/Surferlul',
|
||||
executables = executables
|
||||
)
|
Loading…
Reference in New Issue
Block a user