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

1.检查

python setup.py check

2.打包

python setup.py sdist bdist_wheel || true

原文地址:https://www.cnblogs.com/wangjq19920210/p/10880201.html