Modernize packaging using pyproject.toml.

Review Request #14150 — Created Sept. 8, 2024 and submitted — Latest diff uploaded

Information

fabazon
master

Reviewers

Fabazon now uses pyproject.toml instead of setup.py. This ensures we
can build modern packages going forward, with the deprecation of
pure setup.py-based source trees.

Tested building and installing new packages.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Modernize packaging using pyproject.toml.
Fabazon now uses `pyproject.toml` instead of `setup.py`. This ensures we can build modern packages going forward, with the deprecation of pure `setup.py`-based source trees.
01321b8a904613b0b5ad58273910af15fa6d7583 Christian Hammond

Files

MANIFEST.in
ez_setup.py
pyproject.toml
setup.cfg
setup.py
Loading...