make default formats of include consistent ("sdist" only)…#773
Merged
radoering merged 3 commits intopython-poetry:mainfrom Oct 13, 2024
Merged
make default formats of include consistent ("sdist" only)…#773radoering merged 3 commits intopython-poetry:mainfrom
include consistent ("sdist" only)…#773radoering merged 3 commits intopython-poetry:mainfrom
Conversation
2 tasks
Member
|
I would still go with |
Merged
2 tasks
c5841f7 to
a1b5458
Compare
include consistent ("sdist" and "wheel")…include consistent ("sdist" only)…
Member
Author
OK, let's do it. I added a commit to change the default. |
Secrus
reviewed
Oct 12, 2024
Secrus
approved these changes
Oct 13, 2024
…d refactor code for better maintainability
acf37b4 to
ad6554b
Compare
radoering
added a commit
to radoering/poetry
that referenced
this pull request
Oct 18, 2024
radoering
added a commit
to radoering/poetry
that referenced
this pull request
Oct 20, 2024
2 tasks
addict3d
added a commit
to addict3d/diagrams
that referenced
this pull request
Mar 15, 2025
Poetry's `include` directive defaults to only including files in the sdist. See python-poetry/poetry-core#773
moroten
added a commit
to meroton/git-toprepo
that referenced
this pull request
Apr 24, 2025
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
moroten
added a commit
to meroton/git-toprepo
that referenced
this pull request
Apr 24, 2025
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… and refactor code for better maintainability
Related to: python-poetry/poetry#9691
Requires: python-poetry/poetry#9754