From 4d0de66b0baa9776df95ebe0fa7506b3735d3195 Mon Sep 17 00:00:00 2001 From: snomiao <snomiao+comfy-pr@gmail.com> Date: Tue, 21 Jan 2025 01:31:31 +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 dfc22d3..6f86535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-to-python-extension" description = "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment." version = "1.3.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["black"] [project.urls]