takluyver / pynsist

Build Windows installers for Python applications
https://pynsist.readthedocs.io/
Other
896 stars 119 forks source link

Support for downloading wheels from PyPI #60

Closed takluyver closed 8 years ago

takluyver commented 8 years ago

The include section has a new pypi_wheels= option, to be used like this:

pypi_wheels= PyQt5==5.6
    sip==4.18

Open questions:

takluyver commented 8 years ago

I did change the code to require explicitly specified ==version on wheels to download.