takluyver / pynsist

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

Multi pkg example #126

Closed arkwave closed 6 years ago

arkwave commented 6 years ago

As discussed, here's a small example on an application that uses sqlalchemy and plotly.

Hope this helps.

takluyver commented 6 years ago

Thanks for working on this, but I think that 'multi package' is a bit too general to be useful. We've already got some examples of building packages with matplotlib and numpy, and now that scipy is putting wheels on PyPI, that should be straightforward as well.

Once PEP 517 is finished and implemented, I might add support for building wheels from source packages, which would let us get more packages (like plotly and sqlalchemy) from PyPI.