From 8a83133edf5224d146cdfd6b481dc1b9a231fefe Mon Sep 17 00:00:00 2001 From: Hemang Date: Thu, 17 Apr 2025 09:38:22 +0200 Subject: [PATCH] Update the CLI script command. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 185e050..adca147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "invariant-gateway" -version = "0.0.1" +version = "0.0.2" description = "LLM proxy to observe and debug what your AI agents are doing" readme = "README.md" requires-python = ">=3.12" @@ -17,7 +17,7 @@ where = ["."] exclude = ["tests", "tests.*"] [project.scripts] -run = "gateway.__main__:main" +invariant-gateway = "gateway.__main__:main" [build-system] requires = ["setuptools>=61.0", "wheel"]