poetry2nix/tests/gitlint-core/pyproject.toml
2023-04-19 06:46:11 -04:00

13 lines
266 B
TOML

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