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"