Re: Use of flit as a build-backend in pybuild

2021-11-29 Thread Stefano Rivera
Hi Scott (2021.11.29_19:38:52_+) > The versions of pybuild in stable, testing, and unstable all support flit as > a > build-backend for packages built upstream using flit. While we're talking about this. Until recently, the flit plugin in pybuild didn't have the test-runner support that was

Use of flit as a build-backend in pybuild

2021-11-29 Thread Scott Kitterman
The versions of pybuild in stable, testing, and unstable all support flit as a build-backend for packages built upstream using flit. You can tell if your package is built using flit if it has a pyproject.toml file and it contains a paragraph like: [build-system] requires = ["flit_core >=3.2.0,