chore(licence-update): Update PyProject Toml - License

This commit is contained in:
snomiao
2025-03-08 19:19:37 +00:00
parent 0336cf6e72
commit d0d223fa87

View File

@@ -2,7 +2,7 @@
name = "endless-nodes" name = "endless-nodes"
description = "A small set of nodes I created for various numerical and text inputs. Features image saver with ability to have JSON saved to separate folder, parameter collection nodes, two aesthetic scoring models, switches for text and numbers, and conversion of string to numeric and vice versa." description = "A small set of nodes I created for various numerical and text inputs. Features image saver with ability to have JSON saved to separate folder, parameter collection nodes, two aesthetic scoring models, switches for text and numbers, and conversion of string to numeric and vice versa."
version = "1.0.0" version = "1.0.0"
license = "LICENSE" license = { file = "LICENSE" }
dependencies = ["colorama"] dependencies = ["colorama"]
[project.urls] [project.urls]