Modernize packaging using pyproject.toml.
Review Request #14150 — Created Sept. 8, 2024 and submitted — Latest diff uploaded
Fabazon now uses
pyproject.toml
instead ofsetup.py
. This ensures we
can build modern packages going forward, with the deprecation of
puresetup.py
-based source trees.
Tested building and installing new packages.