Skip to content

Commit

Permalink
[Python Otel] Fix packaing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Feb 16, 2024
1 parent 34be0d8 commit ed99f3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/python/grpcio_observability/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
gRPC Python Observability
===========
========================

Package for gRPC Python Observability.

More details can be found in `OpenTelemetry Metrics gRFC <https://github.com/grpc/proposal/blob/master/A66-otel-stats.md#opentelemetry-metrics>`_.
Expand Down
3 changes: 2 additions & 1 deletion src/python/grpcio_observability/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
_parallel_compile_patch.monkeypatch_compile_maybe()

CLASSIFIERS = [
"Private :: Do Not Upload",
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down Expand Up @@ -257,6 +257,7 @@ def extension_modules():
name="grpcio-observability",
version=grpc_version.VERSION,
description="gRPC Python observability package",
long_description_content_type="text/x-rst",
long_description=open(README_PATH, "r").read(),
author="The gRPC Authors",
author_email="[email protected]",
Expand Down

0 comments on commit ed99f3b

Please sign in to comment.