Include everything inside a certain directory ... #1920
Unanswered
michealroberts
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
-
I'm looking to distribute my python library with some .c code ... I am setting up in my pyproject.toml as:
Where I am looking include everything in the sdk directory.
This seems to be working:
But my bundle and wheel seem to be missing all of the python files ...
Is this expected, or have I done something wrong?
Beta Was this translation helpful? Give feedback.
All reactions