安装
1 | pip3 install wheel setuptools |
创建 setup.py
1 | from setuptools import setup |
setup.py
示例
1 | import os.path |
打包工程
1 | python setup.py bdist_wheel --universal |
1 | pip3 install wheel setuptools |
setup.py
1 | from setuptools import setup |
setup.py
示例
1 | import os.path |
1 | python setup.py bdist_wheel --universal |