From 532acd9475ca2665ce8d4d05c7489d5b7cb27aed Mon Sep 17 00:00:00 2001 From: "async () = process.env.GIT_USERNAME || (await ghUser()).email && (await ghUser()).name || DIE(\"Missing env.GIT_USERNAME\")" Date: Wed, 22 Oct 2025 17:35:31 +0000 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..4ed327c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,37 @@ +[project] +name = "selectors" +description = "A modern ComfyUI custom node package that provides essential UI controls for image generation workflows. These nodes allow you to centralize commonly shared parameters (scheduler, sampler, dimensions, seeds) and link them to multiple nodes in your workflow, eliminating redundancy while maintaining JSON metadata compatibility." +version = "1.0.0" +license = {file = "LICENSE"} +# classifiers = [ +# # For OS-independent nodes (works on all operating systems) +# "Operating System :: OS Independent", +# +# # OR for OS-specific nodes, specify the supported systems: +# "Operating System :: Microsoft :: Windows", # Windows specific +# "Operating System :: POSIX :: Linux", # Linux specific +# "Operating System :: MacOS", # macOS specific +# +# # GPU Accelerator support. Pick the ones that are supported by your extension. +# "Environment :: GPU :: NVIDIA CUDA", # NVIDIA CUDA support +# "Environment :: GPU :: AMD ROCm", # AMD ROCm support +# "Environment :: GPU :: Intel Arc", # Intel Arc support +# "Environment :: NPU :: Huawei Ascend", # Huawei Ascend support +# "Environment :: GPU :: Apple Metal", # Apple Metal support +# ] + +dependencies = ["# Production dependencies", "# ComfyUI Selectors nodes use ComfyUI's built-in dependencies", "# No additional production dependencies required"] + +[project.urls] +Repository = "https://github.com/ComfyAssets/ComfyUI_Selectors" +# Used by Comfy Registry https://registry.comfy.org +Documentation = "https://github.com/ComfyAssets/ComfyUI_Selectors/wiki" +"Bug Tracker" = "https://github.com/ComfyAssets/ComfyUI_Selectors/issues" + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_Selectors" +Icon = "" +includes = [] +# "requires-comfyui" = ">=1.0.0" # ComfyUI version compatibility +