Specify location for force_include in custom build hook #986
Unanswered
ReubenVandezande
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Using relative paths doesn't work (for good reason) and errors with the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a custom build hook which needs to generate and install a directory at the root of the python installation (
my_directory
).So far I've been able to successfully generate the directory and include in the wheel, but it is installed in the
site-packages
folder:Is there a way to achieve the first example with a custom build hook? I currently have:
Beta Was this translation helpful? Give feedback.
All reactions