diff --git a/pyproject.toml b/pyproject.toml index ddf1ff5..d55e2b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-wd14-tagger" description = "A ComfyUI extension allowing the interrogation of booru tags from images." version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["onnxruntime"] [project.urls]