from distutils.core import setup setup(name=‘hello‘, version=‘1.0‘, description=‘test example‘, author=‘test‘, py_modules=[‘hello‘])
distutils 打包setup.py
原文:http://www.cnblogs.com/feifeidxl/p/5617904.html