diff --git a/pyproject.toml b/pyproject.toml index 018073a..6003dd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-tcd" description = "TCD sampler plugin for ComfyUI" version = "0.1.0" -license = "GPL-3.0" +license = { text = "Apache License 2.0" } [project.urls] Repository = "https://github.com/JettHu/ComfyUI-TCD"