Skip to content

Commit

Permalink
Merge pull request #17 from Zhou-Shilin/main
Browse files Browse the repository at this point in the history
fix: Delete useless *.py files
  • Loading branch information
Zhou-Shilin authored May 29, 2024
2 parents 425b4a0 + 4efc853 commit 88c6fa1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 88c6fa1

Please sign in to comment.