-
Notifications
You must be signed in to change notification settings - Fork 2
Description
When using hatch/hatchling for managing environments and builds, it makes sense to integrate the build of the windows installers.
Building is currently done by manually updating the config file pynsist.cfg
and then executing pynsist pynsist.cfg
.
Current idea:
Have a script that builds the requirements, the toolbox wheel (hatch build -t wheel
) and then calls pynsist from a python script (takluyver/pynsist#127 (comment)). We should also automate the list of pypi wheels to include from the direct dependencies listed in pyproject.toml (pynsist needs the complete dependency tree instead of only direct dependencies).
Once that works, I will also re-visit packaging for Linux. Not having a proper wheel was one of the blockers there, if I remember correctly.