plzplz 0.0.13

A simple cross-platform task runner with helpful defaults
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-system]
requires = ["maturin>=1.7,<2"]
build-backend = "maturin"

[project]
name = "plzplz"
description = "A simple cross-platform task runner with helpful defaults"
license = "MIT"
requires-python = ">=3.12"
dynamic = ["version"]

[project.urls]
Repository = "https://github.com/k88hudson/plzplz"

[tool.maturin]
bindings = "bin"
manifest-path = "Cargo.toml"
strip = true