poetry2nix/tests/black/pyproject.toml
2023-12-21 01:40:10 +13:00

13 lines
252 B
TOML

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