From ddad6cddcd3d454f7d09ce0744d40a29f700cde6 Mon Sep 17 00:00:00 2001 From: snomiao Date: Mon, 22 Jul 2024 04:29:09 +0000 Subject: [PATCH] chore(licence-update): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed5153b2..4d03866c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-manager" description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." version = "2.47" -license = "LICENSE" +license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] [project.urls]