diff --git a/pyproject.toml b/pyproject.toml index 45c1237..018b128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-deploy" description = "Open source comfyui deployment platform, a vercel for generative workflow infra." version = "1.1.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["aiofiles", "pydantic", "opencv-python", "imageio-ffmpeg"] [project.urls]