Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix api/sdk setup.cfg to include missing python files #1091

Merged
merged 1 commit into from
Sep 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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