poetry2nix/tests/pytest-metadata/pyproject.toml
2023-05-03 15:43:13 +02:00

14 lines
284 B
TOML

[tool.poetry]
name = "trivial"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.7"
pytest-metadata = "*"
pytest-select = "*"
[build-system]
requires = ["poetry-core>=1.1"]
build-backend = "poetry.core.masonry.api"