diff --git a/pyproject.toml b/pyproject.toml index e6c0434..0c86715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-magickwand" description = "Proper implementation of ImageMagick - the famous software suite for editing and manipulating digital images to ComfyUI using [wandpy](https://github.com/emcconville/wand)" version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["Wand"] [project.urls]