From d0d223fa87226fd436b67ada5fdc942626f5bbcb Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 8 Mar 2025 19:19:37 +0000 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2288240..aee82f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ 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." version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } dependencies = ["colorama"] [project.urls]