From c22bafeb33cdbb452e2bcdeedb6d168b9cd7bbca Mon Sep 17 00:00:00 2001 From: Matei Dibu Date: Tue, 4 Nov 2025 22:10:05 +0200 Subject: [PATCH] Add readme in pyproject.toml --- betterproto2/pyproject.toml | 1 + betterproto2_compiler/pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/betterproto2/pyproject.toml b/betterproto2/pyproject.toml index 9f84b3d..fb6819f 100644 --- a/betterproto2/pyproject.toml +++ b/betterproto2/pyproject.toml @@ -8,6 +8,7 @@ authors = [ ] keywords = ["protobuf", "gRPC"] license = "MIT" +readme = "../README.md" requires-python = ">=3.10,<4.0" dependencies = [ "python-dateutil>=2.9.0.post0", diff --git a/betterproto2_compiler/pyproject.toml b/betterproto2_compiler/pyproject.toml index ff98f9e..9ce020b 100644 --- a/betterproto2_compiler/pyproject.toml +++ b/betterproto2_compiler/pyproject.toml @@ -7,6 +7,7 @@ authors = [ { name = "Daniel G. Taylor", email = "danielgtaylor@gmail.com" }, ] license = "MIT" +readme = "../README.md" keywords = [ "protobuf", "gRPC", @@ -175,4 +176,4 @@ help = "Check the code with the Ruff linter" # google/protobuf/timestamp.proto \ # google/protobuf/type.proto \ # google/protobuf/wrappers.proto \ -# google/protobuf/compiler/plugin.proto \ No newline at end of file +# google/protobuf/compiler/plugin.proto