From 487d238a891b6659744a952a0317d3700944ec30 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 16:46:24 -0400 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..3d4b56c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfy-lfo" +description = "Nodes:LFO_Triangle, LFO_Sine, SawtoothNode, SquareNode, PulseNode. ComfyUI custom nodes to create Low Frequency Oscillators." +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/richinsley/Comfy-LFO" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "Comfy-LFO" +Icon = ""