Skip to content

Commit

Permalink
Merge pull request #34 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
Trung0246 authored May 24, 2024
2 parents 0935a73 + 9eec037 commit 0830ad0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "comfyui-0246"
description = "Random nodes for ComfyUI I made to solve my struggle with ComfyUI (ex: pipe, process). Have varying quality."
version = "1.0.0"
license = "LICENSE"
dependencies = ["wrapt", "natsort"]

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

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

0 comments on commit 0830ad0

Please sign in to comment.