Skip to content

Commit

Permalink
Add pyproject.toml for Custom Node Registry (#56)
Browse files Browse the repository at this point in the history
* chore(pyproject): Add pyproject.toml for Custom Node Registry

* Update pyproject.toml

---------

Co-authored-by: MaraScott <david.asquiedge@marascott.ai>
  • Loading branch information
haohaocreates and MaraScott committed Jun 13, 2024
1 parent 0a51efc commit ed54329
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_marascott_nodes"
description = "A set of nodes including a universal bus, an Inpainting By Mask and a large Upscaler/Refiner"
version = "4.2.3"
license = "LICENSE"

[project.urls]
Repository = "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = "marascott"
DisplayName = "MaraScott Nodes"
Icon = "\ud83d\udc30"

0 comments on commit ed54329

Please sign in to comment.