diff --git a/pyproject.toml b/pyproject.toml index e25524d..505bbab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_propainter_nodes" description = "ComfyUI custom node implementation of [a/ProPainter](https://github.com/sczhou/ProPainter) framework for video inpainting." version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE.txt" } dependencies = ["opencv-python"] [project.urls]