比如,如果需要发布一个叫做foo的模块,它包含在一个文件foo.py,那setup脚本可以这样写: from distutils.core import setup setup(name='foo', ...
確定! 回上一頁