Skip to content

Commit 7c1d0a7

Browse files
authored
Merge pull request #6 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents fe7e459 + 1472bb7 commit 7c1d0a7

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-ricing"
3+
description = "ComfyUI custom user.css and some script stuff. mainly for web interface."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/jmkl/ComfyUI-ricing"
9+
# Used by Comfy Registry https://comfyregistry.org
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "ComfyUI-ricing"
14+
Icon = ""

0 commit comments

Comments
 (0)