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: Avoid adding LICENSE file directly in site-packages #7235

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

WillDaSilva
Copy link
Member

You can verify that the wheel file still contains our license by running pip wheel --no-deps ., then opening the wheel file as if it were a zip file. Likewise, the sdist can be verified by running poetry build -f sdist, and opening the gzipped tar file.

Closes #7234

@WillDaSilva WillDaSilva requested a review from a team as a code owner January 30, 2023 14:59
@WillDaSilva WillDaSilva self-assigned this Jan 30, 2023
@netlify
Copy link

netlify bot commented Jan 30, 2023

Deploy Preview for meltano canceled.

Name Link
🔨 Latest commit 735ec97
🔍 Latest deploy log https://app.netlify.com/sites/meltano/deploys/63d7db6d3555970008cb6ecd

@WillDaSilva WillDaSilva merged commit 8f8bb07 into main Jan 30, 2023
@WillDaSilva WillDaSilva deleted the 7234-avoid-adding-license-to-site-packages branch January 30, 2023 16:06
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.

bug: Meltano license is copied into the site-packages directory
2 participants