diff --git a/pyproject.toml b/pyproject.toml index 1e449b4a3..9ca7b40d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "ComfyUI" version = "0.22.0" readme = "README.md" -license = { file = "LICENSE" } +license-files = ["LICENSE"] requires-python = ">=3.10" [project.urls]