From 590d1d4ac381cd3f3e43512de282e96f79fd077f Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 8 Mar 2025 17:10:40 +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 64236d4..e3e2de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "virtuoso-nodes" description = "Photoshop type functions and adjustment layers: 30 blend modes, Selective Color, Blend If, Color Balance, Solid Color Images, Black and White, Hue/Saturation, Levels, and RGB Splitting and Merging." version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["numpy", "blend_modes", "Pillow", "torch", "scipy", "cv2", "blurgenerator"] [project.urls]