Setuptools - shipping additional files [duplicate]
问题 This question already has answers here : How include static files to setuptools - python package (5 answers) Closed 6 years ago . Situation I createt my setup.py file. Most of it works out of the box but I'm having some trouble by shipping some additional files with it. But I noticed that the following files are not included to my tar.gz when running python setup.py sdist doc files virtual files service script The location of the doc files can be os specific. But I would like to see the