From d405f8b8fdfeadd898b3a38fee330cdd85c7853a Mon Sep 17 00:00:00 2001 From: snomiao Date: Sun, 23 Feb 2025 02:24:09 +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..c484dd5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "stringops" +description = "StringOps is a versatile text processing toolkit built for ComfyUI's node-based workflows" +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["#secrets", "requests>=2.25.1,<3.0.0", "ntplib", "openpyxl"] + +[project.urls] +Repository = "https://github.com/MeeeyoAI/ComfyUI_StringOps" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_StringOps" +Icon = ""