-
Notifications
You must be signed in to change notification settings - Fork 261
make default formats of include
consistent ("sdist" only)…
#773
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
Conversation
I would still go with |
c5841f7
to
a1b5458
Compare
include
consistent ("sdist" and "wheel")…include
consistent ("sdist" only)…
OK, let's do it. I added a commit to change the default. |
…d refactor code for better maintainability
acf37b4
to
ad6554b
Compare
Poetry's `include` directive defaults to only including files in the sdist. See python-poetry/poetry-core#773
python-poetry/poetry-core#773 merge 2024-10-13 stopped including "include" files into wheels by default. This update adds git_filter_repo_for_toprepo.py back into the wheel. Fixes #38
python-poetry/poetry-core#773 merge 2024-10-13 stopped including "include" files into wheels by default. This update adds git_filter_repo_for_toprepo.py back into the wheel. Fixes #38
… and refactor code for better maintainability
Related to: python-poetry/poetry#9691
Requires: python-poetry/poetry#9754