poetry2nix/tests/mutmut/pyproject.toml
Victor Engmark 58ecdc0365 test: Verify mutmut install
Requires #1084 to be fixed first.
2023-03-28 08:19:34 +13:00

13 lines
254 B
TOML

[tool.poetry]
name = "mutmut-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
mutmut = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"