From 51b4890e334a8278c11b5ebe5e9a564850cc6a62 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Fri, 23 Aug 2024 15:32:12 -0400 Subject: [PATCH] Change license identifier in project metadata to text --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3388d553..1774bc38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ version = "4.12.2" description = "Backported and Experimental Type Hints for Python 3.8+" readme = "README.md" requires-python = ">=3.8" -license = { file = "LICENSE" } +license = { text = "Python-2.0" } keywords = [ "annotations", "backport",