From 8cf5a9a518d6dc108ad86e51d5a2ad95b84bd930 Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Mon, 30 Jun 2025 10:40:14 -0400 Subject: [PATCH] Update the license declaration to current pyproject.toml standards Following the guidelines in https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcfee30..56f77fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ dependencies = [] requires-python = ">=3.8" readme = "README.md" -license = {text = "MIT"} +license = "MIT" [project.urls] Homepage = "https://github.com/roy-ht/editdistance"