poetry2nix/tests/jake/pyproject.toml
2024-05-02 06:26:27 -04:00

15 lines
314 B
TOML

[tool.poetry]
name = "jake-test"
version = "0.1.0"
description = "Test of jake package"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.group.dev.dependencies]
jake = "^3.0.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"