mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-05-18 13:24:42 +02:00
Update the CLI script command.
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user