From 638e625d72a44fbec12abb680e41e15fbfdf2cae Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Thu, 9 Jan 2025 23:44:27 -0800 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License (#77) Co-authored-by: snomiao --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45c1237..018b128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-deploy" description = "Open source comfyui deployment platform, a vercel for generative workflow infra." version = "1.1.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["aiofiles", "pydantic", "opencv-python", "imageio-ffmpeg"] [project.urls]