Skip to content

Commit e6e3a57

Browse files
haohaocreatescomfy-pr-bothuchenlei
authored
Add pyproject.toml for Custom Node Registry (#4)
* chore(pyproject): Add pyproject.toml for Custom Node Registry * Update pyproject.toml --------- Co-authored-by: snomiao <[email protected]> Co-authored-by: Chenlei Hu <[email protected]>
1 parent b18e301 commit e6e3a57

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "comfyui-openpose-editor"
3+
description = "Port of [a/https://github.com/huchenlei/sd-webui-openpose-editor](https://github.com/huchenlei/sd-webui-openpose-editor) in ComfyUI"
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/huchenlei/ComfyUI-openpose-editor"
9+
# Used by Comfy Registry https://comfyregistry.org
10+
11+
[tool.comfy]
12+
PublisherId = "huchenlei"
13+
DisplayName = "ComfyUI-openpose-editor"
14+
Icon = ""

0 commit comments

Comments
 (0)