Skip to content

Conversation

@yurishkuro
Copy link
Member

@yurishkuro yurishkuro commented Mar 21, 2024

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

  • Bug fix (non-breaking change which fixes an issue)

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:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

Signed-off-by: Yuri Shkuro <[email protected]>
@yurishkuro yurishkuro requested a review from a team March 21, 2024 03:28
Signed-off-by: Yuri Shkuro <[email protected]>
Copy link
Contributor

@xrmx xrmx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! I guess nobody complained because of the proper classifier but LGTM

@yurishkuro
Copy link
Member Author

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

@ocelotl ocelotl merged commit 694445f into open-telemetry:main Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid license field in pyproject.toml files

3 participants