From 536739a41e94cadf29a3ebda83830371cb5573af Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:49:44 -0400 Subject: [PATCH] Add pyproject.toml for Custom Node Registry (#25) * chore(pyproject): Add pyproject.toml for Custom Node Registry * Update pyproject.toml --------- Co-authored-by: snomiao Co-authored-by: Chenlei Hu --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..474e0a1 --- /dev/null +++ b/pyproject.toml @@ -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 = ""