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"]