I have the following setup.py script: --- snip --- from distutils.core import setup. setup(name='foo', ... data_files=[('share/doc/foo/examples', ...
確定! 回上一頁