poetry2nix/tests/sphinx5/pyproject.toml
2023-10-25 07:31:10 -04:00

13 lines
276 B
TOML

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