File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 17
17
- Rename HTTPTextFormat to TextMapPropagator. This change also updates ` get_global_httptextformat ` and
18
18
` set_global_httptextformat ` to ` get_global_textmap ` and ` set_global_textmap `
19
19
([ #1085 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1085 ) )
20
+ - Fix api/sdk setup.cfg to include missing python files
21
+ ([ #1091 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1091 ) )
20
22
21
23
## Version 0.12b0
22
24
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ install_requires =
47
47
48
48
[options.packages.find]
49
49
where = src
50
- include = opentelemetry.*
51
50
52
51
[options.entry_points]
53
52
opentelemetry_context =
Original file line number Diff line number Diff line change 14
14
([ #1053 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1053 ) )
15
15
- Rename Resource labels to attributes
16
16
([ #1082 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1082 ) )
17
+ - Fix api/sdk setup.cfg to include missing python files
18
+ ([ #1091 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/1091 ) )
17
19
18
20
## Version 0.12b0
19
21
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ install_requires =
46
46
47
47
[options.packages.find]
48
48
where = src
49
- include = opentelemetry.sdk.*
50
49
51
50
[options.entry_points]
52
51
opentelemetry_meter_provider =
You can’t perform that action at this time.
0 commit comments