-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix license field in pyproject.toml files (#3803)
* Fix pyproject.toml Signed-off-by: Yuri Shkuro <[email protected]> * changelog Signed-off-by: Yuri Shkuro <[email protected]> --------- Signed-off-by: Yuri Shkuro <[email protected]>
- Loading branch information
1 parent
06b82aa
commit 694445f
Showing
21 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "error-handler-0" | |
dynamic = ["version"] | ||
description = "This is just an error handler example package" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "error-handler-1" | |
dynamic = ["version"] | ||
description = "This is just an error handler example package" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-opencensus" | |
dynamic = ["version"] | ||
description = "OpenCensus Exporter" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp-proto-common" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Protobuf encoding" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp-proto-grpc" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Collector Protobuf over gRPC Exporter" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp-proto-http" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Collector Protobuf over HTTP Exporter" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-otlp" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Collector Exporters" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-prometheus" | |
dynamic = ["version"] | ||
description = "Prometheus Metric Exporter for OpenTelemetry" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-zipkin-json" | |
dynamic = ["version"] | ||
description = "Zipkin Span JSON Exporter for OpenTelemetry" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-zipkin-proto-http" | |
dynamic = ["version"] | ||
description = "Zipkin Span Protobuf Exporter for OpenTelemetry" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-exporter-zipkin" | |
dynamic = ["version"] | ||
description = "Zipkin Span Exporters for OpenTelemetry" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "hatchling.build" | |
name = "opentelemetry-api" | ||
description = "OpenTelemetry Python API" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-proto" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Python Proto" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-sdk" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Python SDK" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-semantic-conventions" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Semantic Conventions" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-propagator-b3" | |
dynamic = ["version"] | ||
description = "OpenTelemetry B3 Propagator" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-propagator-jaeger" | |
dynamic = ["version"] | ||
description = "OpenTelemetry Jaeger Propagator" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-opencensus-shim" | |
dynamic = ["version"] | ||
description = "OpenCensus Shim for OpenTelemetry" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-opentracing-shim" | |
dynamic = ["version"] | ||
description = "OpenTracing Shim for OpenTelemetry" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "opentelemetry-test-utils" | |
dynamic = ["version"] | ||
description = "Test utilities for OpenTelemetry unit tests" | ||
readme = "README.rst" | ||
license = "Apache-2.0" | ||
license = {text = "Apache-2.0"} | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "OpenTelemetry Authors", email = "[email protected]" }, | ||
|