From a97dacaa7c73cb46c184ce95691210391f842f63 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 14 Aug 2024 01:28:16 +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 0399e96..1afae86 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.7" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = [ "tensorrt>=10.0.1", "onnx"