From c1e89eb1777c64c0fd09c49b670329468dfc4275 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Wed, 8 Jan 2025 18:16:53 -0800 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License (#87) Co-authored-by: snomiao --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90f7a47..82e612d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-model-manager" description = "Manage models: browsing, download and delete." version = "2.1.6" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["markdownify"] [project.urls]