[PATCH] D136976: [lit] Add pyproject.toml and fix build w/ modern setuptools backend

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 23:29:24 PDT 2022


mgorny added a comment.

In D136976#3898379 <https://reviews.llvm.org/D136976#3898379>, @MaskRay wrote:

> oes the `pyproject.toml` work in the absence of `setup.py`? It seems to lack `[project]` `[project.urls]` etc? Shall we adopt hatch?

This one doesn't. I'd personally prefer `flit_core` as that's literally the simplest build system for Python packages (and the only one that doesn't vendor ad ozen or more random packages) but right now, my goal was to aim for a minimal change.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136976/new/

https://reviews.llvm.org/D136976



More information about the llvm-commits mailing list