poetry2nix/tests/panel-wheel/pyproject.toml
2023-02-27 14:44:10 +13:00

13 lines
290 B
TOML

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