poetry2nix/tests/no-infinite-recur-on-missing-gitignores/pyproject.toml
2024-05-01 08:44:38 -04:00

12 lines
263 B
TOML

[tool.poetry]
name = "test-infrec"
version = "0.1.0"
description = "Test of nix infrec"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"