Comfy-Org / comfy-cli

Command Line Interface for Managing ComfyUI
https://docs.comfy.org/comfy-cli/getting-started
GNU General Public License v3.0
288 stars 48 forks source link

Fixed: license field conforms to pyproject.toml spec. #129

Closed robinjhuang closed 4 months ago

robinjhuang commented 4 months ago

Previously: file = 'LICENSE

Now:

license = {file = "LICENSE"}