Skip to content

Commit 60d55d9

Browse files
authored
Merge pull request #125 from pydn/licence-update
Licence update
2 parents 77a493f + 3a5ef06 commit 60d55d9

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-to-python-extension"
33
description = "This custom node allows you to generate pure python code from your ComfyUI workflow with the click of a button. Great for rapid experimentation or production deployment."
44
version = "1.3.0"
5-
license = "LICENSE"
5+
license = { text = "MIT License" }
66
dependencies = ["black"]
77

88
[project.urls]

0 commit comments

Comments
 (0)