I have written a python module that depends on openpyxl. I want openpxyl to be installed as a dependency automatically using setuptools. I read that the proper way to do this is
Building with sdist create a source distribution, so I think it's normal taht dependencies are not packaged with your sources.