From 59a230bfd3d03f5be17401f1ffff771fed7dac64 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 31 Jul 2024 13:53:33 +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 0782350..4e84c44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "comfyui-liveportraitkj" description = "Nodes for [a/LivePortrait](https://github.com/KwaiVGI/LivePortrait)" version = "1.1.0" -license = "MIT" +license = { text = "MIT License" } dependencies = ["pyyaml", "numpy", "opencv-python", "rich"] [project.urls]