From f763e2d83471fd60d811f595cb5cf94a41eeee57 Mon Sep 17 00:00:00 2001 From: Ilya Kamen Date: Tue, 4 Feb 2025 09:58:49 +0100 Subject: [PATCH] license compatible with latest twine --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e897ae2..c398756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "flynt" dynamic = ["version"] description = "CLI tool to convert a python project's %-formatted strings to f-strings." readme = "README.md" -license = "MIT" +license = { text = "MIT" } requires-python = ">=3.7" authors = [ { name = "Ilya Kamenshchikov" },