From e06045ad43a0668cf0890979bc607a7d756175da Mon Sep 17 00:00:00 2001 From: Adrian Lyjak Date: Mon, 29 Sep 2025 19:45:38 -0400 Subject: [PATCH] Fix env-files case to env_files (#20) --- pyproject.toml.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml.jinja b/pyproject.toml.jinja index 9653c14..80d149b 100644 --- a/pyproject.toml.jinja +++ b/pyproject.toml.jinja @@ -38,7 +38,7 @@ test = "pytest" "all-fix" = ["format", "lint", "test"] [tool.llamadeploy] -env-files = [".env"] +env_files = [".env"] llama_cloud = true [tool.llamadeploy.ui]