poetry2nix/tests/ruff/pyproject.toml

14 lines
279 B
TOML
Raw Normal View History

2023-11-06 19:05:39 +00:00
[tool.poetry]
name = "test-ruff"
version = "0.1.0"
description = "Test of the ruff package"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.11"
ruff = "0.2.2"
2023-11-06 19:05:39 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"