码迷,mamicode.com
首页 > 其他好文 > 详细

distutils 打包setup.py

时间:2016-06-26 15:21:26      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!