poetry2nix/tests/mkdocstrings-wheel/pyproject.toml
2022-12-20 09:34:26 -05:00

13 lines
307 B
TOML

[tool.poetry]
name = "mkdocstrings-wheel"
version = "0.1.0"
description = "Test of mkdocstrings wheel"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
mkdocstrings = ">=0.17,<0.18"
[build-system]
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"