From 687d68c87328cdb616af63e85375ef3523a593fc Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Tue, 24 Dec 2024 07:08:55 -0800 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License (#33) Co-authored-by: snomiao --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2537c6e..b1d4c8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-propost" description = "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural." version = "1.1.0" -license = "MIT" +license = { text = "MIT License" } dependencies = ["numpy", "Pillow", "opencv-python", "colour-science"] [project.urls]