From 3aec94612cfd3746df1faba1e43c4c2eb3b1fe6d Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 19 Oct 2024 13:59:44 +0000 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..7589483 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-shellagent-plugin" +description = "This repository provides utility nodes for defining inputs and outputs in ComfyUI workflows. These nodes are essential for running [a/ShellAgent](https://github.com/myshell-ai/ShellAgent) apps with ComfyUI, but they can also be used independently to specify input/output variables and their requirements explicitly." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["aiofiles", "pydantic", "opencv-python", "imageio-ffmpeg", "brotli", "# logfire"] + +[project.urls] +Repository = "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-ShellAgent-Plugin" +Icon = ""