summaryrefslogtreecommitdiff
path: root/devel/py-opentelemetry-api/files/patch-pyproject.toml
blob: ade158daba1a3f5859fbd882e78056335e3f87ed (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
@@ -6,7 +6,7 @@ readme = "README.rst"
 name = "opentelemetry-api"
 description = "OpenTelemetry Python API"
 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" },