From c4f8b8cb77c7ab6e4ef9eb9b45e4472ae6793a6c Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 27 Mar 2025 18:03:33 +0000 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- 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..19c42ea --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "stepvideo" +description = "This repository contains ComfyUI custom nodes for StepVideo." +version = "1.0.0" +license = {file = "LICENSE"} + +[project.urls] +Repository = "https://github.com/stepfun-ai/ComfyUI-StepVideo" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-StepVideo" +Icon = ""