Install py2exe from PyPI

This commit is contained in:
albertosottile 2020-11-25 23:12:27 +01:00
parent d44f5ff4e6
commit 40fef45203
1 changed files with 1 additions and 3 deletions

View File

@ -22,9 +22,7 @@ init:
- pip install twisted[tls] certifi - pip install twisted[tls] certifi
- pip install zope.interface - pip install zope.interface
- type nul > %PYTHON%\lib\site-packages\zope\__init__.py - type nul > %PYTHON%\lib\site-packages\zope\__init__.py
- curl -L https://bintray.com/alby128/py2exe/download_file?file_path=py2exe-0.9.3.0-cp36-none-win32.whl -o py2exe-0.9.3.0-cp36-none-win32.whl - pip install py2exe
- pip install py2exe-0.9.3.0-cp36-none-win32.whl
- del py2exe-0.9.3.0-cp36-none-win32.whl
- pip install shiboken2==5.12.3 PySide2==5.12.3 - pip install shiboken2==5.12.3 PySide2==5.12.3
- pip freeze - pip freeze