Skip to content

Commit c55c79f

Browse files
authored
Merge pull request #4 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents f915531 + 4537af5 commit c55c79f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[project]
2+
name = "comfyui-comfycouple"
3+
description = "If you want to draw two different characters together without blending their features, so you could try to check out this custom node."
4+
version = "0.1.2"
5+
license = "GPL-3.0"
6+
7+
[project.urls]
8+
Repository = "https://github.com/Danand/ComfyUI-ComfyCouple"
9+
10+
[tool.comfy]
11+
PublisherId = "rei---"
12+
DisplayName = "ComfyUI-ComfyCouple"
13+
Icon = ""

0 commit comments

Comments
 (0)