Skip to content

Commit 58476e7

Browse files
Merge pull request #2 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents a28d9ae + b7234b7 commit 58476e7

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-llama"
3+
description = "This is a set of nodes to interact with llama-cpp-python"
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["llama-cpp-python"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/daniel-lewis-ab/ComfyUI-Llama"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-Llama"
15+
Icon = ""

0 commit comments

Comments
 (0)