Skip to content

Commit

Permalink
Not working
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjsh committed Apr 9, 2024
1 parent 2224f15 commit 6e47729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

build_exe_options = {
"path": sys.path,
"include_files":['configurator.bat', 'updatescript.bat'],
"include_files":['configurator.bat'],
"packages": ["requests", "colr", "InquirerPy", "websockets", "pypresence", "nest_asyncio", "rich", "websocket_server"],
"excludes": ["tkinter", "test", "unittest", "pygments", "xmlrpc"]
}
Expand Down

0 comments on commit 6e47729

Please sign in to comment.