hatch
hatch copied to clipboard
Add hatch-pyz to known third-party builder plugins
A hatch build target for python zip applications
Absolutely! The files are currently consistently ordered in the following manor:
__main__.py- Dependencies (alphabetically sorted)
- 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?
Ah gotcha. Updated.