poetry2nix/tests/ruff/pyproject.toml
2024-02-22 21:17:04 +13:00

13 lines
279 B
TOML

[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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"