We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea8830 commit 7ed41ceCopy full SHA for 7ed41ce
2 files changed
betterproto2/pyproject.toml
@@ -8,6 +8,7 @@ authors = [
8
]
9
keywords = ["protobuf", "gRPC"]
10
license = "MIT"
11
+readme = "../README.md"
12
requires-python = ">=3.10,<4.0"
13
dependencies = [
14
"python-dateutil>=2.9.0.post0",
betterproto2_compiler/pyproject.toml
@@ -7,6 +7,7 @@ authors = [
7
{ name = "Daniel G. Taylor", email = "danielgtaylor@gmail.com" },
keywords = [
"protobuf",
"gRPC",
@@ -175,4 +176,4 @@ help = "Check the code with the Ruff linter"
175
176
# google/protobuf/timestamp.proto \
177
# google/protobuf/type.proto \
178
# google/protobuf/wrappers.proto \
-# google/protobuf/compiler/plugin.proto
179
+# google/protobuf/compiler/plugin.proto
0 commit comments