About packaging bash files into PyPI #3123
Unanswered
Zengyf-CVer
asked this question in
Q&A
Replies: 1 comment
-
Hi @Zengyf-CVer, have you tried the "data-files" approach? Personally, I would place the bash files inside the package directory, use |
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 bash file (*.sh) in my project and there is a python file that needs to call this .sh file. When I packaged it with setuptools, I found that the .sh file was not packaged, only the .py file was packaged. How should I pack the .sh file into it?
Beta Was this translation helpful? Give feedback.
All reactions