Skip to content

Commit f403627

Browse files
Fix pyproject license
These parse out into core metadata `License` and `License-Expression` fields. Ref: https://packaging.python.org/en/latest/specifications/pyproject-toml/#license
1 parent 4dd9232 commit f403627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)