From 1b7111b59836c23cfa77bc8076d554250a068038 Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 2 Aug 2024 23:03:48 +0000 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da50a53..0f2fd17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-animatediff-evolved" description = "Improved AnimateDiff integration for ComfyUI." version = "1.0.11" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = [] [project.urls]