mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-08 18:51:37 -05:00
15 lines
291 B
TOML
15 lines
291 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>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|