setuptools制作Python egg的Demo

时间:2016-11-03 18:24:39
【文件属性】:
文件名称:setuptools制作Python egg的Demo
文件大小:4KB
文件格式:ZIP
更新时间:2016-11-03 18:24:39
setuptool Python 使用setuptools制作Python egg的Demo工程,详细参考文章:http://blog.csdn.net/chen_jint/article/details/12716535
【文件预览】:
Demo
----foo.egg-info()
--------dependency_links.txt(1B)
--------PKG-INFO(187B)
--------SOURCES.txt(132B)
--------top_level.txt(4B)
----foo()
--------__init__.py(110B)
----dist()
--------foo-0.0.1-py2.7.egg(1KB)
----build()
--------bdist.win32()
--------lib()
----setup.py(173B)

网友评论

  • 就几行,网上一片这种demo,没参考性
  • 亲测可用!!!