summaryrefslogtreecommitdiff
path: root/devel/py-opentelemetry-exporter-otlp-proto-common/files/patch-pyproject.toml
blob: d79b2adabd41efce5a10dcf5612f5e0785cce2aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -7,7 +7,7 @@ readme = "README.rst"
 dynamic = ["version"]
 description = "OpenTelemetry Protobuf encoding"
 readme = "README.rst"
-license = "Apache-2.0"
+license = {text = "Apache-2.0"}
 requires-python = ">=3.9"
 authors = [
   { name = "OpenTelemetry Authors", email = "cncf-opentelemetry-contributors@lists.cncf.io" },