Skip to content

Commit

Permalink
Fix sdk/__init__.py not being included
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed Sep 10, 2020
1 parent 65ddc2d commit f844ed0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions opentelemetry-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
- Rename HTTPTextFormat to TextMapPropagator. This change also updates `get_global_httptextformat` and
`set_global_httptextformat` to `get_global_textmap` and `set_global_textmap`
([#1085](https://github.com/open-telemetry/opentelemetry-python/pull/1085))
- Fix api/sdk setup.cfg to include missing python files
([#1091](https://github.com/open-telemetry/opentelemetry-python/pull/1091))

## Version 0.12b0

Expand Down
1 change: 0 additions & 1 deletion opentelemetry-api/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ install_requires =

[options.packages.find]
where = src
include = opentelemetry.*

[options.entry_points]
opentelemetry_context =
Expand Down
2 changes: 2 additions & 0 deletions opentelemetry-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
([#1053](https://github.com/open-telemetry/opentelemetry-python/pull/1053))
- Rename Resource labels to attributes
([#1082](https://github.com/open-telemetry/opentelemetry-python/pull/1082))
- Fix api/sdk setup.cfg to include missing python files
([#1091](https://github.com/open-telemetry/opentelemetry-python/pull/1091))

## Version 0.12b0

Expand Down
1 change: 0 additions & 1 deletion opentelemetry-sdk/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ install_requires =

[options.packages.find]
where = src
include = opentelemetry.sdk.*

[options.entry_points]
opentelemetry_meter_provider =
Expand Down

0 comments on commit f844ed0

Please sign in to comment.