From 8fb7017ece3d9d4c0cfa2ef3b0a8636487364708 Mon Sep 17 00:00:00 2001 From: Alex Lauerman Date: Thu, 12 Dec 2024 15:58:46 -0600 Subject: [PATCH] Update pyproject.toml to reference bunnet instead of beanie bunnet did not work from the CLI, as is documented, so this was modified so bunnet can actually be called. Updating the help would be okay too, but it seems like it's best to have this work in bunnet, instead of relying on beanie. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0e1f97..0f9f1db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,10 +59,10 @@ queue = ["beanie-batteries-queue>=0.2"] [project.urls] homepage = "https://beanie-odm.dev" -repository = "https://github.com/roman-right/beanie" +repository = "https://github.com/roman-right/bunnet" [project.scripts] -beanie = "beanie.executors.migrate:migrations" +bunnet = "bunnet.executors.migrate:migrations" # TOOLS