pypa / hatch

Modern, extensible Python project management
https://hatch.pypa.io/latest/
MIT License
6.1k stars 309 forks source link

Add hatch-pyz to known third-party builder plugins #1651

Closed djcopley closed 3 weeks ago

djcopley commented 3 months ago

A hatch build target for python zip applications

djcopley commented 3 months ago

Absolutely! The files are currently consistently ordered in the following manor:

  1. __main__.py
  2. Dependencies (alphabetically sorted)
  3. Project files (alphabetically sorted)

I'm guessing you're asking that all files are alphabetically sorted at the same priority level, instead of sorted in blocks?

ofek commented 3 months ago

image

djcopley commented 3 months ago

Ah gotcha. Updated.