Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix license field in pyproject.toml files #3803

Merged
merged 2 commits into from
Mar 21, 2024

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 <github@ysh.us>
@yurishkuro yurishkuro requested a review from a team as a code owner March 21, 2024 03:28
Signed-off-by: Yuri Shkuro <github@ysh.us>
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
232 checks passed
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