From 7b1dcab231445f537b574bf4fad61a77274d2e70 Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 11 Oct 2024 13:06:44 +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..aabbdda --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui-pmrf" +description = "Implementation of PMRF on ComfyUI" +version = "1.0.0" +license = {file = "LICENSE"} + +[project.urls] +Repository = "https://github.com/2kpr/ComfyUI-PMRF" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-PMRF" +Icon = ""