poetry2nix/tests/prefer-wheels/pyproject.toml

15 lines
295 B
TOML

[tool.poetry]
name = "prefer-wheels-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
maturin = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"