Commit 098929a
committed
Fix the py.typed marker file usage
As defined in PEP 561, the py.typed marker files for namespace packages
should be placed "in the submodules of the namespace". In commit
732ea8a, the markers were added to the subpackage roots, which serves no
purpose. This changeset addresses all marker-related issues in this
repository.
A summary of the changes:
- Removed the unnecessary py.typed markers from the subpackage roots.
- Added the missing marker to the prometheus exporter. Fixes #4113.
- Added the missing marker to opentelemetry._events.
- Removed the accidentally reintroduced jaeger exporters, which were
originally removed in commit 1625b35.1 parent 47a2504 commit 098929a
File tree
17 files changed
+3
-0
lines changed- exporter
- opentelemetry-exporter-opencensus
- opentelemetry-exporter-otlp-proto-common
- opentelemetry-exporter-otlp-proto-grpc
- opentelemetry-exporter-otlp-proto-http
- opentelemetry-exporter-otlp
- opentelemetry-exporter-prometheus
- src/opentelemetry/exporter/prometheus
- opentelemetry-exporter-zipkin-json
- opentelemetry-exporter-zipkin-proto-http
- opentelemetry-exporter-zipkin
- opentelemetry-api
- src/opentelemetry/_events
- opentelemetry-proto
- src/opentelemetry/proto
- opentelemetry-sdk
- opentelemetry-semantic-conventions
17 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
0 commit comments