From bbaefeac01ab5b6076e45054230bdcf62dfd5fa2 Mon Sep 17 00:00:00 2001 From: asagi4 <130366179+asagi4@users.noreply.github.com> Date: Thu, 23 May 2024 21:04:55 +0300 Subject: [PATCH] Apparently this needs to be a string for publishing to work --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54ba29c..d3aefb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-prompt-control" description = "Nodes for convenient prompt editing, making many common operations prompt-controllable" version = "1.0.0" -license = { file = "LICENSE" } +license = "LICENSE" # some lark versions older than 1.1.9 apparently have a bug that breaks things, see https://github.com/asagi4/comfyui-prompt-control/issues/35 dependencies = ["lark >= 1.1.9"]