From 5edafcc0aea190666597a3f2e1cb805a057a4010 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 14 Aug 2024 02:18:25 +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 d52c924..8f701fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_instantid" description = "Native InstantID support for ComfyUI. This extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI." version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["insightface", "onnxruntime", "onnxruntime-gpu"] [project.urls]