palazzem / ha-econnect-alarm

Home Assistant integration that provides a full-fledged Alarm Panel to control your Elmo/IESS alarm systems.
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

fix(build): build runner ships a `zip` package instead of a `tar.gz` #39

Closed palazzem closed 9 months ago

palazzem commented 9 months ago

Related Issues

Proposed Changes:

Extend hatch builder with zipped-directory plugin, so that the release runner can ship a ZIP package. To build a new package simply:

$ hatch -v build -t zipped-directory

sdist target is still needed to build a package that can be installed through pip.

Testing:

n/a

Extra Notes (optional):

n/a

Checklist