From fe5d5d2cfd88996a2e55ceb0803c0aec63cb7d39 Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 8 Mar 2025 18:21:31 +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 f6a7427..dd16e03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "blibla-comfyui-extensions" description = "" version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } [project.urls] Repository = "https://github.com/blib-la/blibla-comfyui-extensions"