From af4974075c2c139b0adb59120970b3a59d029844 Mon Sep 17 00:00:00 2001 From: rus07tam Date: Mon, 24 Nov 2025 14:55:29 +0000 Subject: [PATCH] fix: sync license in pyproject.toml with LICENSE file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9fa955..9d48e55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "types-networkx>=3.5.0.20251106", "typing-extensions>=4.15.0", ] -license = "CC0-1.0" +license = "Unlicense" license-files = ["LICENSE"] [project.urls]