poetry2nix/tests/wheel-wheel/pyproject.toml

14 lines
301 B
TOML
Raw Normal View History

[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.38.4"
[build-system]
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"