From 995a93778f32d68ea7f3c32721b7ca0898bca456 Mon Sep 17 00:00:00 2001 From: Yves Bastide Date: Sun, 19 Jan 2025 11:53:17 +0100 Subject: [PATCH] fix: project license type Replace deprecated table with a string. Signed-off-by: Yves Bastide --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cebe9d3..43e7851e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "simpleflow" description = "Python library for dataflow programming with Amazon SWF" readme = "README.md" requires-python = ">=3.7" -license = { text = "MIT License" } +license = "MIT" authors = [ { name = "Greg Leclercq" }, ]