diff --git a/pyproject.toml b/pyproject.toml index 883d40ea..52c22878 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "hatchling.build" name = "protovalidate" description = "Protocol Buffer Validation for Python" readme = "README.md" -license-expression = "Apache 2.0" -license-file = "LICENSE" +license = "Apache 2.0" +license-files = ["LICENSE"] keywords = ["validate", "protobuf", "protocol buffer"] requires-python = ">=3.9" classifiers = [