From fb9b79abfbddeab6d0a7383886fdc0933ec6ab88 Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 8 Mar 2025 17:11:45 +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 134d0b67..da396a06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_minicpm-v" description = "Unofficial implementation of [a/MiniCPM-V](https://github.com/OpenBMB/MiniCPM-V) for ComfyUI" version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["torch", "torchvision", "numpy", "pillow", "huggingface_hub", "transformers"] [project.urls]