From 8a246d9f28bf3ba7a247755fe3b8444ec7a9b807 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 14 Aug 2024 01:31:53 +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 e545ba3..68ff83f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "embeddings_curve_editor" description = "" version = "1.0.0" -license = "MIT" +license = { text = "MIT License" } dependencies = ["numpy>=1.26.4", "Pillow>=9.5.0", "regex>=2024.5.10", "scipy>=1.13.1"] [project.urls]