From fe7713bd6e66cbeb6e3ef0508c70232bbae57997 Mon Sep 17 00:00:00 2001 From: snomiao Date: Mon, 3 Mar 2025 10:02:03 +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..117f0d2 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "circle_pattern_processor" +description = "This is a custom node for ComfyUI that can detect circular patterns in an image and generate a standardized circular output." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["numpy", "opencv-python", "Pillow"] + +[project.urls] +Repository = "https://github.com/mr7thing/circle_pattern_processor" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "circle_pattern_processor" +Icon = ""