/
niceSOFT
/
python3-wheel
Обзор
Документация
Войти
/
niceSOFT
/
python3-wheel
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.37.0
docs/quickstart.rst
23 строки
547 B
Alex Grönholm
Removed all documentation references to the signing features
17 июл 2018, 15:02
17 июл 2018, 15:02
70ff4db
Код
Авторство
О чём код?
Quickstart ========== To build a wheel for your setuptools based project:: python setup.py bdist_wheel The wheel will go to ``dist/yourproject-<tags>.whl``. If you want to make universal (Python 2/3 compatible, pure Python) wheels, add the following section to your ``setup.cfg``:: [bdist_wheel] universal = 1 To convert an ``.egg`` or file to a wheel:: wheel convert youreggfile.egg Similarly, to convert a Windows installer (made using ``python setup.py bdist_wininst``) to a wheel:: wheel convert yourinstaller.exe