From 1c554a2a3334ef5eb24e758a74f228ea3f9e012c Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Wed, 18 Jun 2025 15:06:44 -0400 Subject: [PATCH] Fix license string --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52c22878..daad723d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "protovalidate" description = "Protocol Buffer Validation for Python" readme = "README.md" -license = "Apache 2.0" +license = "Apache-2.0" license-files = ["LICENSE"] keywords = ["validate", "protobuf", "protocol buffer"] requires-python = ">=3.9"