nixpkgs/pkgs/development/python-modules/ninja/stub/pyproject.toml
Theodore Ni d36556b8a5
python3.pkgs.ninja-python: replace with a stub implementation
Instead of packaging the upstream package, which downloads Ninja from
the web, we can stub it out to use ninja from nixpkgs.
2023-08-03 21:38:46 -07:00

12 lines
234 B
TOML

[build-system]
requires = ["flit_core"]
build-backend = "flit_core.buildapi"
[project]
name = "ninja"
version = "@version@"
description = "Ninja is a small build system with a focus on speed"
[project.scripts]
ninja = "ninja:ninja"