Skip to content

Commit fefc826

Browse files
authored
Merge pull request #1 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents fe63fae + dd2ca81 commit fefc826

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "cotracker_node"
3+
description = "This is a node that outputs tracking results of a grid or specified points using CoTracker. It can be directly connected to the WanVideo ATI Tracks Node."
4+
version = "1.0.1"
5+
license = {file = "LICENSE"}
6+
7+
[project.urls]
8+
Repository = "https://github.com/s9roll7/comfyui_cotracker_node"
9+
# Used by Comfy Registry https://registry.comfy.org
10+
11+
[tool.comfy]
12+
PublisherId = "s9roll74"
13+
DisplayName = "comfyui_cotracker_node"
14+
Icon = ""
15+
includes = []

0 commit comments

Comments
 (0)