Skip to content

Commit e46db84

Browse files
Merge pull request #3 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents db54e1d + 44fdf31 commit e46db84

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 = "djz-nodes"
3+
description = "AspectSize and other nodes"
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
7+
[project.urls]
8+
Repository = "https://github.com/MushroomFleet/DJZ-Nodes"
9+
# Used by Comfy Registry https://comfyregistry.org
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "DJZ-Nodes"
14+
Icon = ""

0 commit comments

Comments
 (0)