Skip to content

Commit 8dcbb76

Browse files
Merge pull request #255 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents b20a66d + a56bf4b commit 8dcbb76

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[project]
2+
name = "comfyui-custom-scripts"
3+
description = "This extension provides: Auto Arrange Graph, Workflow SVG, Favicon Status, Image Feed, Latent Upscale By, Lock Nodes & Groups, Lora Subfolders, Preset Text, Show Text, Touch Support, Link Render Mode, Locking, Node Finder, Quick Nodes, Show Image On Menu, Show Text, Workflow Managements, Custom Widget Default Values"
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/pythongosssss/ComfyUI-Custom-Scripts"
9+
10+
[tool.comfy]
11+
PublisherId = ""
12+
DisplayName = "ComfyUI-Custom-Scripts"
13+
Icon = ""

0 commit comments

Comments
 (0)