From cf6b9ce4573dcedcf1e0934eb9f7b0a9ebc4beec Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:04:44 -0400 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License (#5) Co-authored-by: snomiao --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89d36a7..dc15ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-fal-connector" description = "The ComfyUI-fal-Connector is a tool designed to provide an integration between ComfyUI and fal. This extension allows users to execute their ComfyUI workflows directly on [a/fal.ai](https://fal.ai/). This enables users to leverage the computational power and resources provided by fal.ai for running their ComfyUI workflows." version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["fal-client>=0.3.0", "httpx", "httpx-sse", "fal"] [project.urls]