Skip to content

Commit

Permalink
Merge pull request #33 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
kijai authored Jun 19, 2024
2 parents 005f0bc + 09f69ce commit 6c1d681
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-ic-light"
description = "ComfyUI native nodes for IC-Light"
version = "1.0.0"
license = "LICENSE"
dependencies = ["opencv-python"]

[project.urls]
Repository = "https://github.com/kijai/ComfyUI-IC-Light"

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

0 comments on commit 6c1d681

Please sign in to comment.