From cf65df4fe0fc6473fe6ac5c9f5e4e2ab13629959 Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 14 Jun 2024 11:02:24 +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..2288240 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "endless-nodes" +description = "A small set of nodes I created for various numerical and text inputs. Features image saver with ability to have JSON saved to separate folder, parameter collection nodes, two aesthetic scoring models, switches for text and numbers, and conversion of string to numeric and vice versa." +version = "1.0.0" +license = "LICENSE" +dependencies = ["colorama"] + +[project.urls] +Repository = "https://github.com/tusharbhutt/Endless-Nodes" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "Endless-Nodes" +Icon = ""