Python 源代码代码打包成 whl 文件

1.检查

python setup.py check

2.打包

python setup.py sdist bdist_wheel || true

转载于:https://www.cnblogs.com/wangjq19920210/p/10880201.html

你可能感兴趣的:(python,操作系统,json)