From 61a5b081a07082fab79bf7813c0d208abdc6fea2 Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 3 Apr 2025 23:57:42 +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..5434370 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "ygo_tools" +description = "A set of custom ComfyUI nodes designed for creating Yu-Gi-Oh! card illustrations." +version = "1.0.0" +license = {file = "LICENSE"} + +[project.urls] +Repository = "https://github.com/Ky11le/ygo_tools" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ygo_tools" +Icon = ""