open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.76k stars 614 forks source link

Invalid license field in pyproject.toml files #3802

Closed yurishkuro closed 6 months ago

yurishkuro commented 6 months ago

Example: https://github.com/open-telemetry/opentelemetry-python/blob/06b82aa31f13a064fa5772e05cda7efbfb8bd4a0/opentelemetry-api/pyproject.toml#L9

According to the docs the valid syntax is one of these:

[project]
license = {file = "LICENSE"}

[project]
license = {text = "MIT License"}