From 46a2ada85c10680896c55b25c8507ee9c619165a Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Wed, 14 Aug 2024 03:27:37 -0400 Subject: [PATCH] chore(licence-update): Add pyproject.toml for Custom Node Registry (#130) Co-authored-by: snomiao --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 894c925..3447103 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_marascott_nodes" description = "A set of nodes including a universal bus, an Inpainting By Mask and a large Upscaler/Refiner" version = "5.0.4" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["blend_modes", "numba", "color-matcher", "groq", "opencv-python"] [project.urls]