Skip to content

Commit ce90055

Browse files
authored
Merge pull request #2 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents f0a4039 + 9937b7a commit ce90055

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 = "cganimittatools"
3+
description = "A series of functional custom plugins, including Blender Bridge, Extract the value of any list type data, read text files, etc."
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["torch", "numpy", "pathlib"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/cganimitta/ComfyUI_CGAnimittaTools"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI_CGAnimittaTools"
15+
Icon = ""

0 commit comments

Comments
 (0)