Open mgorny opened 2 months ago
Yes, Poetry does not support data files.
We should ship it, but make this a manual step documented in the README. I don't think its worth to implement magic.
I also tested https://github.com/spoorn/poeblix to overcome that but since its no longer in development, it's not worth to follow either.
I'm just asking for it to be included in sdist, i.e. something like:
include = [
{ path = "doc/qrcode.1", format = "sdist" },
]
@mgorny I added this to #381.
Thanks!
In previous versions of the package,
doc/qr.1
was included in sdist. However, it was lost in migration topoetry-core
.