Skip to content

Commit

Permalink
pypi: include a ninja extra
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
henryiii authored and nirbheek committed Feb 14, 2022
1 parent 4242e43 commit 8a41bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ console_scripts =
meson = mesonbuild.mesonmain:main

[options.extras_require]
ninja =
ninja>=1.8.2
progress =
tqdm
typing =
Expand Down

0 comments on commit 8a41bf6

Please sign in to comment.