From 1c622ae452a5412bc7123e027fc2ec2d3d63cd8d Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 31 Jul 2024 13:45:37 +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 128490f..04f3991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_faceanalysis" description = "This extension uses DLib or InsightFace to calculate the vicinity between two faces and to perform other operation on faces." version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["dlib", "onnxruntime", "insightface", "color_matcher"] [project.urls]