Skip to content

Commit 7ed41ce

Browse files
authored
Add readme in pyproject.toml (#163)
1 parent 2ea8830 commit 7ed41ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

betterproto2/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
]
99
keywords = ["protobuf", "gRPC"]
1010
license = "MIT"
11+
readme = "../README.md"
1112
requires-python = ">=3.10,<4.0"
1213
dependencies = [
1314
"python-dateutil>=2.9.0.post0",

betterproto2_compiler/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = [
77
{ name = "Daniel G. Taylor", email = "danielgtaylor@gmail.com" },
88
]
99
license = "MIT"
10+
readme = "../README.md"
1011
keywords = [
1112
"protobuf",
1213
"gRPC",
@@ -175,4 +176,4 @@ help = "Check the code with the Ruff linter"
175176
# google/protobuf/timestamp.proto \
176177
# google/protobuf/type.proto \
177178
# google/protobuf/wrappers.proto \
178-
# google/protobuf/compiler/plugin.proto
179+
# google/protobuf/compiler/plugin.proto

0 commit comments

Comments
 (0)