From a2b46b93c6f15f2609c45542939273d19f98b732 Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 1 Aug 2024 22:03:15 +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 79d7276..ac1a718 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_tensorrt" description = "TensorRT Node for ComfyUI\nThis node enables the best performance on NVIDIA RTX™ Graphics Cards (GPUs) for Stable Diffusion by leveraging NVIDIA TensorRT." version = "0.1.4" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = [ "tensorrt>=10.0.1", "onnx"