Skip to content

Commit 79c836f

Browse files
authored
Merge pull request #5 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 6a93466 + d84673c commit 79c836f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[project]
2+
name = "ComfyUI-Embedding_Picker"
3+
description = "Tired of forgetting and misspelling often weird names of embeddings you use? Or perhaps you use only one, cause you forgot you have tens of them installed?"
4+
version = "2.1.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/Tropfchen/ComfyUI-Embedding_Picker"
9+
10+
[tool.comfy]
11+
PublisherId = "tropfchen"
12+
DisplayName = "Embedding Picker"
13+
Icon = ""
14+
15+
[tool.black]
16+
target-version = ["py311", "py312"]

0 commit comments

Comments
 (0)