Merge pull request #76 from haohaocreates/pyproject

Add pyproject.toml for Custom Node Registry
This commit is contained in:
Jukka Seppänen 2024-06-19 12:00:43 +03:00 committed by GitHub
commit 6f37e62dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[project]
name = "comfyui-kjnodes"
description = "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability."
version = "1.0.0"
license = "LICENSE"
dependencies = ["librosa", "numpy", "pillow>=10.3.0", "scipy", "color-matcher", "matplotlib", "huggingface_hub"]
[project.urls]
Repository = "https://github.com/kijai/ComfyUI-KJNodes"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI-KJNodes"
Icon = ""