diff --git a/setup.py b/setup.py index e6aad42..2b5962a 100644 --- a/setup.py +++ b/setup.py @@ -3,17 +3,19 @@ import config files = [ - "browser.py", - "config.py", + #"browser.py", + #"config.py", "config.yaml", - "console.py", - "core.py", + #"console.py", + #"core.py", "LICENSE", - "log_writer.py", + #"log_writer.py", "logo.png", "README.md", "requirements.txt", - "ui.py" + "generated", + "logs", + "temp" ] setup(name='BuilderGPT',