Add ComfyUI registry publishing and GitHub install URL
Some checks failed
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled
Some checks failed
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled
- 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>
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user