I have a python library that I build with setuptools.
My library depends on a bash script.
When I build my library, my bash script is not included in the build.
How can I package a bash script together with my python library, with setuptools?
Thank you!
