Skip to content

Commit

Permalink
build: remove broken scripts
Browse files Browse the repository at this point in the history
These two scripts are broken and can cause data loss. Remove them.

They are not in the launcher script, but _are_ available to users in the terminal/file browser.

Hopefully, when we removing them here, `pip` will delete them on next installation of the package...
  • Loading branch information
psychedelicious committed Aug 27, 2024
1 parent 50085b4 commit 95d6f99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ dependencies = [

[project.scripts]
"invokeai-web" = "invokeai.app.run_app:run_app"
"invokeai-import-images" = "invokeai.frontend.install.import_images:main"
"invokeai-db-maintenance" = "invokeai.backend.util.db_maintenance:main"

[project.urls]
"Homepage" = "https://invoke-ai.github.io/InvokeAI/"
Expand Down

0 comments on commit 95d6f99

Please sign in to comment.