Skip to content

Commit

Permalink
Merge pull request #2 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
AshMartian authored May 28, 2024
2 parents d7fdc77 + 72a8877 commit 487b039
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-dirgir"
description = "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering."
version = "1.0.0"
license = "LICENSE"
dependencies = ["aiohttp", "tk"]

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

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

0 comments on commit 487b039

Please sign in to comment.