Skip to content

Commit

Permalink
Add pyproject.toml for Custom Node Registry (#25)
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: snomiao <[email protected]>
Co-authored-by: Chenlei Hu <[email protected]>
  • Loading branch information
3 people authored Jun 21, 2024
1 parent f33c877 commit 536739a
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-native"
description = "ComfyUI native implementation of [a/IC-Light](https://github.com/lllyasviel/IC-Light)."
version = "1.0.0"
license = "LICENSE"

[project.urls]
Repository = "https://github.com/huchenlei/ComfyUI-IC-Light-Native"
# Used by Comfy Registry https://comfyregistry.org

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

0 comments on commit 536739a

Please sign in to comment.