distutils 打包setup.py

from distutils.core import setup
setup(name='hello',
      version='1.0',
      description='test example',
      author='test',
      py_modules=['hello'])

 

posted @ 2016-06-26 14:56  *飞飞*  阅读(233)  评论(0)    收藏  举报