diff --git a/pyproject.toml b/pyproject.toml index 9544356..8edcaaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_tag_fillter" description = "This is a custom node of ComfyUI that categorizes tags outputted by tools like WD14Tagger, filters them by each category, and returns the filtered results." version = "1.0.1" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = [] [project.urls]