Skip to content

Commit 995a937

Browse files
committed
fix: project license type
Replace deprecated table with a string. Signed-off-by: Yves Bastide <[email protected]>
1 parent 94e1895 commit 995a937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "simpleflow"
77
description = "Python library for dataflow programming with Amazon SWF"
88
readme = "README.md"
99
requires-python = ">=3.7"
10-
license = { text = "MIT License" }
10+
license = "MIT"
1111
authors = [
1212
{ name = "Greg Leclercq" },
1313
]

0 commit comments

Comments
 (0)