From d25cafd18eb4573ce5d17b0939aa5d6ad73bdae1 Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 8 Mar 2025 17:12:53 +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 466093c..71ac90a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_resolutionselector" description = "A custom node for Stable Diffusion ComfyUI to enable easy selection of image resolutions for SDXL SD15 SD21" version = "1.0.0" -license = "MIT" +license = { text = "MIT License" } [project.urls] Repository = "https://github.com/bradsec/ComfyUI_ResolutionSelector"