From d457c98fc421fb087f7d6bb52067316807c03a44 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 31 Jul 2024 13:46:27 +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 2fe631f..4f06329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "mikey_nodes" description = "Collection of convenient nodes. Wildcard, style, image, llm, haldclut, metadata, and more." version = "1.0.0" -license = "MIT License" +license = { text = "MIT License" } [project.urls] Repository = "https://github.com/bash-j/mikey_nodes"