From ccd8a5a2cebf9a7af3ff89a2ada92832d49ee9a0 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 31 Jul 2024 13:48:26 +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 05b9d52..0b0999e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "freeu_advanced" description = "This custom node provides advanced settings for FreeU." version = "1.0.0" -license = "LICENSE" +license = { file = "LICENSE" } [project.urls] Repository = "https://github.com/WASasquatch/FreeU_Advanced"