diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d60dc14 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,36 @@ +[project] +name = "counts2vextend" +description = "A simple utility node that counts active Video S2V Extend nodes in your workflow and returns that number plus one. Now you don't have to remember to update the batch number. Just set your extend nodes and go. It was easy to forget so I made this quick and dirty." +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 +# ] + + +[project.urls] +Repository = "https://github.com/Urabewe/ComfyUI-CountS2VExtend" +# Used by Comfy Registry https://registry.comfy.org +Documentation = "https://github.com/Urabewe/ComfyUI-CountS2VExtend/wiki" +"Bug Tracker" = "https://github.com/Urabewe/ComfyUI-CountS2VExtend/issues" + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-CountS2VExtend" +Icon = "" +includes = [] +# "requires-comfyui" = ">=1.0.0" # ComfyUI version compatibility +