diff --git a/pyproject.toml b/pyproject.toml index 6005d55c..f42c9fac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ version = "4.3.0" description = "Backported and Experimental Type Hints for Python 3.7+" readme = "README.md" requires-python = ">=3.7" -license.file = "LICENSE" +license = { file = "LICENSE" } keywords = [ "annotations", "backport",