Skip to content

Commit 8630cce

Browse files
robinjhuangcomfy-pr-botProGamerGov
authored
Add pyproject.toml for Custom Node Registry (#1)
* chore(pyproject): Add pyproject.toml for Custom Node Registry --------- Co-authored-by: snomiao <snomiao+comfy-pr@gmail.com> Co-authored-by: ProGamerGov <ProGamerGov@users.noreply.github.com>
1 parent 98f111e commit 8630cce

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 = "pytorch360convert"
3+
description = "A collection of custom nodes for working with and converting between 360 degree equirectangular images, cubemap, and perspective images. Panoramic 360 images are also sometimes known as 'VR photography', 'image sphere', and 360 pano."
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["pytorch360convert"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/ProGamerGov/ComfyUI_pytorch360convert"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "progamergov"
14+
DisplayName = "ComfyUI_pytorch360convert"
15+
Icon = ""

0 commit comments

Comments
 (0)