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  *飞飞*  阅读(225)  评论(0编辑  收藏  举报