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"