From 576f1cbb757ac107c0532681cd643f98d6e0d2e8 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:45:48 +1000 Subject: [PATCH] build: remove broken scripts 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... --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2cbd829857..e6d2a801ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/"