From 2aa148c4b269b5cfa54fe134cef804bb91a8b325 Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:29:53 -0400 Subject: [PATCH] chore(licence-update): Add pyproject.toml for Custom Node Registry (#906) Co-authored-by: snomiao Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b5b206eb..4d03866c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] 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.48.2" -license = "LICENSE" +version = "2.47" +license = { file = "LICENSE.txt" } dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] [project.urls]