You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packages = ["idna", "psutil", "tkinter", "webbrowser", "os", "urllib.request", "sys", "zipfile", "subprocess", "shutil", "json"] # Put imports here! (idna is required for all Python programs, no matter what.) Example: packages = ["idna", "example"], example being from "import example" somewhere in the code.
options = {
'build_exe': {
'packages':packages,
},
}
# Change metadata here!
setup(
name = "AromaPy",
options = options,
version = "1",
description = 'UI for Aroma (Wii U hacking method)',