from distutils.core import setupsetup(name='hello', version='1.0', description='test example', author='test', py_modules=['hello'])
本文共 204 字,大约阅读时间需要 1 分钟。
from distutils.core import setupsetup(name='hello', version='1.0', description='test example', author='test', py_modules=['hello'])
转载于:https://www.cnblogs.com/feifeidxl/p/5617904.html