From da5c8144a919477fd890558833d065611acea82a Mon Sep 17 00:00:00 2001 From: WilliamRoyNelson Date: Wed, 21 Feb 2024 11:37:46 -0700 Subject: [PATCH] chore: apache license missing dash Poetry requires an EXACT match for the License name in order to auto-populate classifiers. Changed "Apache 2.0" to "Apache-2.0" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 930ea961..c1d89fc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ maintainers = [ ] repository = "https://github.com/openlawlibrary/pygls" documentation = "https://pygls.readthedocs.io/en/latest" -license = "Apache 2.0" +license = "Apache-2.0" readme = "README.md" # You may want to use the Poetry "Up" plugin to automatically update all dependencies to