setup.py 文件编写的规则是从setuptools 或者distuils 模块导入setup 函数,并传入各类参数进行调用。 # coding:utf-8 from setuptools import setup # or ...
確定! 回上一頁