From 69f7f55e846df7fc86c3dbca62bdf5b6e1f9f81a Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:43:52 -0400 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License (#226) Co-authored-by: snomiao --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bbfe02d..8f57b7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "efficiency-nodes-comfyui" description = "Efficiency Nodes for ComfyUI Version 2.0 A collection of ComfyUI custom nodes to help streamline workflows and reduce total node count." version = "1.0.3" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["clip-interrogator", "simpleeval"] [project.urls]