Skip to content

Commit 522ee8c

Browse files
authored
Merge pull request #1 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 7147ec4 + 425e4bc commit 522ee8c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "amdgpumonitor"
3+
description = "A simple, lightweight AMD GPU monitoring tool for ComfyUI that displays real-time information about your AMD GPU directly in the UI."
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
7+
[project.urls]
8+
Repository = "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor"
9+
# Used by Comfy Registry https://comfyregistry.org
10+
11+
[tool.comfy]
12+
PublisherId = "idappa"
13+
DisplayName = "ComfyUI-AMDGPUMonitor"
14+
Icon = ""

0 commit comments

Comments
 (0)