diff --git a/pyproject.toml b/pyproject.toml index 6885dfd..4785089 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-easy-use" description = "To enhance the usability of ComfyUI, optimizations and integrations have been implemented for several commonly used nodes." version = "1.2.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["diffusers>=0.25.0", "accelerate>=0.25.0", "clip_interrogator>=0.6.0", "sentencepiece", "lark-parser", "onnxruntime", "spandrel"] [project.urls]