Skip to content

Commit

Permalink
Merge pull request #1 from ComfyNodePRs/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
akatz-ai authored Jul 31, 2024
2 parents bf7c55d + ce63d2b commit b372929
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-akatz-nodes"
description = "Simple custom node pack for nodes I use in my workflows. Includes Dilate Mask Linear for animating masks."
version = "1.0.0"
license = {file = "LICENSE"}

[project.urls]
Repository = "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = "akatz"
DisplayName = "ComfyUI-AKatz-Nodes"
Icon = "https://i.imgur.com/aiqQI7U.png"

0 comments on commit b372929

Please sign in to comment.