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(wheel): don't distribute top-level LICENSE file #33

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

yajo
Copy link
Contributor

@yajo yajo commented Jul 5, 2024

This file lands in lib/python3.11/site-packages/LICENSE which is too generic. The package info folder already has its license there. No need to re-include it.

If not fixed, it collides with the same file provided by i.e. corallium. See KyleKing/corallium#7 for that matter.

@moduon MT-1075

This file lands in `lib/python3.11/site-packages/LICENSE` which is too generic. The package info folder already has its license there. No need to re-include it.

If not fixed, it collides with the same file provided by i.e. corallium. See KyleKing/corallium#7 for that matter.

@moduon MT-1075
@KyleKing
Copy link
Owner

KyleKing commented Jul 5, 2024

Thanks! I think I copied that from somewhere years ago and didn't realize the implications. I'll make releases with the "include" attribute patched today!

Update: I've released v2.13.0rc0, but I'm debugging a possible issue with urllib3 and <Python 3.11 before making a full release

@KyleKing KyleKing merged commit a8d349d into KyleKing:main Jul 5, 2024
4 checks passed
KyleKing added a commit to KyleKing/calcipy that referenced this pull request Jul 5, 2024
KyleKing added a commit to KyleKing/calcipy_template that referenced this pull request Jul 5, 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.

2 participants