summaryrefslogtreecommitdiff
path: root/devel/py-opentelemetry-semantic-conventions/files/patch-pyproject.toml
blob: ab2647d1af6f615064bd5385708ad042f7954559 (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 Semantic Conventions"
 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" },