From a8615fe53a5b22ba9ea91785994edd129cc98c5a Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 14 Aug 2024 01:32:25 +0000 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49b092e..aa62df7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-select-any" description = "a comfyui custom node, which can select value from inputs" version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } [project.urls] Repository = "https://github.com/hwhaocool/ComfyUI-Select-Any"