Skip to content

Commit d740331

Browse files
authored
Merge pull request #7 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 9d8b399 + f3509d5 commit d740331

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-mxtoolkit"
3+
description = "A set of useful nodes for convenient use of ComfyUI, including: Seed randomization before the generation process starts, with saving of the last used values and the ability to automatically interrupt the current generation; A function to pause the generation process; Slider nodes for convenient control of input parameters; An alternative version of the standard Reroute node."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/Smirnov75/ComfyUI-mxToolkit"
9+
# Used by Comfy Registry https://comfyregistry.org
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "ComfyUI-mxToolkit"
14+
Icon = ""

0 commit comments

Comments
 (0)