aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHenry Schreiner <HenrySchreinerIII@gmail.com>2022-02-08 23:43:05 -0500
committerEli Schwartz <eschwartz93@gmail.com>2022-02-09 07:02:02 -0500
commite1bb424d251d698cd2f70ebaa935cec1e0aad52d (patch)
treeb95012cf0c4a4035c138b396cd910842fcb34a45 /setup.cfg
parentd082204096afd51730f44a75bd02423f74c2e5ae (diff)
downloadmeson-e1bb424d251d698cd2f70ebaa935cec1e0aad52d.zip
meson-e1bb424d251d698cd2f70ebaa935cec1e0aad52d.tar.gz
meson-e1bb424d251d698cd2f70ebaa935cec1e0aad52d.tar.bz2
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.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 842e213..a73658d 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 =