File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ OpenTelemetry Python Proto
66.. |pypi | image :: https://badge.fury.io/py/opentelemetry-proto.svg
77 :target: https://pypi.org/project/opentelemetry-proto/
88
9+ This library contains the generated code for OpenTelemetry protobuf data model. The code in the current
10+ package was generated using the v0.9.0 release _ of opentelemetry-proto.
11+
12+ .. _release : https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v0.9.0
13+
914Installation
1015------------
1116
Original file line number Diff line number Diff line change @@ -70,3 +70,5 @@ python -m grpc_tools.protoc \
7070 --mypy_out=. \
7171 --grpc_python_out=. \
7272 $service_protos
73+
74+ echo " Please update ./opentelemetry-proto/README.rst to include the updated version."
You can’t perform that action at this time.
0 commit comments