Compare commits

...

3 Commits

Author SHA1 Message Date
Xie Zejian
48b03f80cf
Merge d93d192976 into 93888ae8e3 2026-05-22 16:32:55 +08:00
fecet
d93d192976
drop SPDX license identifier, keep only license-files
Leave the SPDX identifier decision to ComfyUI maintainers.
2026-02-21 01:09:32 +08:00
fecet
d2384ced6b
fix: use PEP 639 license format in pyproject.toml
Replace deprecated `license = { file = "LICENSE" }` with PEP 639
SPDX expression format. The old table-based license field is
deprecated per PEP 639 and causes issues with tools that expect
machine-readable SPDX identifiers (e.g. conda build backends).

Ref: https://peps.python.org/pep-0639/#deprecate-license-field
2026-02-21 01:02:49 +08:00

View File

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