diff --git a/pyproject.toml b/pyproject.toml index 402eeb8..765e763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_jags_vectormagic" description = "ComfyUI_Jags_VectorMagic A collection of nodes to explore Vector and image manipulation" version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["librosa", "numpy", "Pillow", "scipy", "color-matcher", "matplotlib", "clip-interrogator", "simpleeval", "ultralytics", "ultralyticsplus", "CLIPSeg", "OpenCV"] [project.urls]