Skip to content

Commit ccc6935

Browse files
authored
Merge pull request #45 from ComfyNodePRs/licence-update
Update PyProject Toml - License
2 parents 3a89327 + 3e066ac commit ccc6935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "comfyui_toyxyz_test_nodes"
33
description = "This node was created to send a webcam to ComfyUI in real time. This node is recommended for use with LCM."
44
version = "1.0.0"
5-
license = "LICENSE"
5+
license = { file = "LICENSE" }
66
dependencies = ["numpy", "torch", "opencv-python"]
77

88
[project.urls]

0 commit comments

Comments
 (0)