From c0da1e4d2e240bd6f25dac522650634bf2aa03aa Mon Sep 17 00:00:00 2001 From: asagi4 <130366179+asagi4@users.noreply.github.com> Date: Thu, 23 May 2024 21:03:21 +0300 Subject: [PATCH] Adjust pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5580790..54ba29c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "comfyui-prompt-control" -description = "Nodes for convenient prompt editing. The aim is to make basic generations in ComfyUI completely prompt-controllable." +description = "Nodes for convenient prompt editing, making many common operations prompt-controllable" version = "1.0.0" -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 +license = { file = "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"] [project.urls]