Replies: 3 comments
-
Struggling with this as well - did you even find out how? So far, the best I could do was a post-install script that recreates the missing symlinks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is not possible per the wheel standard. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's possible with wheel-axle, a drop-in replacement for wheels: https://github.com/karellen/wheel-axle |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a python package that I want to include some specific files from a submodule without including the entire package, so the structure looks like:
The poetry toml file has
When the wheel is created using poetry build, the linked files are copied, but not the links themselves
(left out info directory in wheel for brevity)
Therefore once installed, the python package is missing the extra files
Beta Was this translation helpful? Give feedback.
All reactions