From f4a51b6ad6067b824091510bc9751c4c78b29444 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 14 Aug 2024 01:28:56 +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 aba8071..ba84b9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-prompt-mz" description = "Use llama.cpp to help generate some nodes for prompt word related work" version = "1.1.0" -license = "LICENSE" +license = { file = "LICENSE" } [project.urls] Repository = "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ"