Files
ComfyUI-JSON-Dynamic/pyproject.toml
Ethanfel f66cdfd160
Some checks failed
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled
Add ComfyUI registry publishing and GitHub install URL
- Add pyproject.toml with registry metadata (publisher: ethanfel)
- Add .github/workflows/publish.yml for auto-publish on version bump
- Update README with GitHub clone URL and ComfyUI Manager install

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 19:41:03 +01:00

15 lines
424 B
TOML

[project]
name = "comfyui-json-dynamic"
version = "1.0.0"
description = "A ComfyUI node that auto-discovers JSON keys and exposes them as typed output slots"
license = { file = "LICENSE" }
requires-python = ">=3.10"
classifiers = ["Operating System :: OS Independent"]
[project.urls]
Repository = "https://github.com/ethanfel/ComfyUI-JSON-Dynamic"
[tool.comfy]
PublisherId = "ethanfel"
DisplayName = "JSON Dynamic Loader"