poetry2nix/tests/gitlint-core/pyproject.toml

14 lines
266 B
TOML
Raw Normal View History

2023-04-01 06:37:23 -04:00
[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"