Skip to content

Commit 1c554a2

Browse files
author
Steve Ayers
committed
Fix license string
1 parent 55914af commit 1c554a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "protovalidate"
77
description = "Protocol Buffer Validation for Python"
88
readme = "README.md"
9-
license = "Apache 2.0"
9+
license = "Apache-2.0"
1010
license-files = ["LICENSE"]
1111
keywords = ["validate", "protobuf", "protocol buffer"]
1212
requires-python = ">=3.9"

0 commit comments

Comments
 (0)