We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ffddd commit 882b96fCopy full SHA for 882b96f
3 files changed
codegen/opentelemetry-codegen-json/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "opentelemetry-codegen-json"
7
-dynamic = ["version"]
+version = "0.0.0" # Not published to PyPI
8
description = "Protobuf plugin to generate JSON serializers and deserializers for OpenTelemetry protobuf messages"
9
readme = "README.rst"
10
license = "Apache-2.0"
codegen/opentelemetry-codegen-json/src/opentelemetry/codegen/json/version/__init__.py
0 commit comments