poetry2nix/tests/apsw/pyproject.toml

14 lines
281 B
TOML
Raw Normal View History

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