diff --git a/pyproject.toml b/pyproject.toml index a8b14ac3c..d79452f51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ Documentation = "https://github.com/basicmachines-co/basic-memory#readme" [project.scripts] basic-memory = "basic_memory.cli.main:app" +bm = "basic_memory.cli.main:app" [build-system] requires = ["hatchling"]