You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(poetry and poetry-core maintainer here 👋)
This is correct and happens because poetry-core since version 2.0 changed how the default include works. It now matches the behavior that was set up in this commit, that is, defaults to including only in sdists, not in wheels.
It is generally recommended to pin your build backend requirement to a range between major versions, poetry-core>1.0,<2 for version 1.x and poetry-core>2.0.1,<3 for version 2.x.
I think installing man pages for binaries is a good idea. So I'd like to leave this as a change request so that the man pages will still be installed with poetry-core 2.0.1.
When building a wheel for beets 2.2.0 with poetry-core 2.0.1, the man pages are not included any longer.
Compare to when I add
,<2
to the dependency line in pyproject.toml:See also python-poetry/poetry#10042
The text was updated successfully, but these errors were encountered: