Skip to content

Commit 881e48a

Browse files
authored
Merge pull request #76 from pydn/registry/pyproject
Registry/pyproject
2 parents 4f689e1 + dc6b71b commit 881e48a

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 = "comfyui-to-python-extension"
3+
description = "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment."
4+
version = "1.3.0"
5+
license = "LICENSE"
6+
dependencies = ["black"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/pydn/ComfyUI-to-Python-Extension"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "pydn"
14+
DisplayName = "ComfyUI-to-Python-Extension"
15+
Icon = ""

0 commit comments

Comments
 (0)