From d1f6b31f5a9a496dc51940af1b7f1f58d392baaa Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 31 Jul 2024 15:01:55 +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 e449ed5..f8b23b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-texture-simple" description = "Visualize your textures inside ComfyUI" version = "1.0.1" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["Pillow>=10.1.0"] [project.urls]