Skip to content

Commit c4c6db1

Browse files
authored
Merge pull request #2 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents b2ff05e + 9fe4a7c commit c4c6db1

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_substring"
3+
description = "Just a simple substring node that takes text and length as input, and outputs the first length characters."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/godspede/ComfyUI_Substring"
9+
# Used by Comfy Registry https://comfyregistry.org
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "ComfyUI_Substring"
14+
Icon = ""

0 commit comments

Comments
 (0)