Skip to content

Commit

Permalink
Merge pull request #6 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
nkchocoai authored Jun 23, 2024
2 parents 7a7d653 + ef2e74f commit 713d961
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[project]
name = "comfyui-promptutilities"
description = "Nodes: Format String, Join String List, Load Preset, Load Preset (Advanced), Const String, Const String (multi line). Add useful nodes related to prompt."
version = "1.0.0"
license = "LICENSE"

[project.urls]
Repository = "https://github.com/nkchocoai/ComfyUI-PromptUtilities"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = "nkchocoai"
DisplayName = "ComfyUI-PromptUtilities"
Icon = ""

0 comments on commit 713d961

Please sign in to comment.