From e1bb424d251d698cd2f70ebaa935cec1e0aad52d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 8 Feb 2022 23:43:05 -0500 Subject: pypi: include a ninja extra This will really help with pipx run, as `pipx run meson[ninja]` will now work on any system with pipx 0.17 or newer, no dependencies required. This now includes GitHub Actions, which just updated to pipx 1.0.0. Pipx run lets you use recent (always <1 week old) versions of anything on PyPI. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 842e213d5..a73658dce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,6 +40,8 @@ console_scripts = meson = mesonbuild.mesonmain:main [options.extras_require] +ninja = + ninja>=1.8.2 progress = tqdm typing = -- cgit v1.2.3