From 71a4cf7b83c2210d0831c28b5d336589a7fed96f Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 15 Jun 2024 14:59:13 +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..d66cd38 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui_fk_server" +description = "🤗🤗🤗Comfyui Universal Translation Plugin (no longer requires adding various nodes, directly add translation function on the existing nodes), allowing Comfyui to support Chinese input and automatic translation for any long text input box, while adding error translation function (calling Baidu Translate), achieving translation freedom!" +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/juehackr/comfyui_fk_server" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "comfyui_fk_server" +Icon = ""