diff --git a/pyproject.toml b/pyproject.toml index 466093c..71ac90a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui_resolutionselector" description = "A custom node for Stable Diffusion ComfyUI to enable easy selection of image resolutions for SDXL SD15 SD21" version = "1.0.0" -license = "MIT" +license = { text = "MIT License" } [project.urls] Repository = "https://github.com/bradsec/ComfyUI_ResolutionSelector"