poetry2nix/tests/wheel-wheel/pyproject.toml
Samuel Cormier-Iijima 03af32497f
get things working
2023-10-24 08:24:43 -04:00

13 lines
301 B
TOML

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