Skip to content

Commit 8db961f

Browse files
haohaocreatescomfy-pr-botlatenightlabs
authored
Add pyproject.toml for Custom Node Registry (#2)
* chore(pyproject): Add pyproject.toml for Custom Node Registry * Update pyproject.toml pid --------- Co-authored-by: snomiao <[email protected]> Co-authored-by: latenightlabs <[email protected]>
1 parent 03e07dd commit 8db961f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "comfyui-lnl"
3+
description = "Frame Selector & Sequence Selection Node for ComfyUI."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["opencv-python", "imageio-ffmpeg"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/latenightlabs/ComfyUI-LNL"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "latenightlabs"
14+
DisplayName = "ComfyUI-LNL"
15+
Icon = ""

0 commit comments

Comments
 (0)