Skip to content

Commit a7128ba

Browse files
authored
Merge pull request #39 from haohaocreates/pyproject.toml
Add pyproject.toml for Custom Node Registry
2 parents aabbcc3 + f76ab9d commit a7128ba

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_toyxyz_test_nodes"
3+
description = "This node was created to send a webcam to ComfyUI in real time. This node is recommended for use with LCM."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["numpy", "torch", "opencv-python"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes"
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "ComfyUI_toyxyz_test_nodes"
14+
Icon = ""

0 commit comments

Comments
 (0)