open-telemetry / opentelemetry-python

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

Fix license field in pyproject.toml files #3803

Closed yurishkuro closed 8 months ago

yurishkuro commented 8 months ago

Description

Change license field in pyproject.toml files to what's expected according to the docs:

-license = "Apache-2.0"
+license = {text = "Apache-2.0"}

Fixes #3802

Type of change

How Has This Been Tested?

CI

Does This PR Require a Contrib Repo Change?

Perhaps, I haven't checked if contrib also has the same issue.

Checklist:

yurishkuro commented 8 months ago

Our internal tooling was breaking trying to import into monorepo with Buck.