From db4d8e6f1e9d5928dcdc54917695b2d83347163d Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 8 Mar 2025 17:10:29 +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 9de115b..605e146 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-keyframed" description = "ComfyUI nodes to facilitate parameter/prompt keyframing using comfyui nodes for defining and manipulating parameter curves. Essentially provides a ComfyUI interface to the [a/keyframed](https://github.com/dmarx/keyframed) library." version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["keyframed"] [project.urls]