Deploy module to specific directory when deploying with setuptools #4140
Unanswered
caffeinism
asked this question in
Q&A
Replies: 0 comments
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 in a situation where I have a mix of python and c++ modules. But I don't want to export the c++ module outside of one module, so I want to use it as a submodule of my python module. This is the deployment situation I think.
However, when deploying with setuptools, the cpp module is always deployed on top of the module. Any solution? I think you did a lot of searching. But I can't find a way.
Beta Was this translation helpful? Give feedback.
All reactions