poetry2nix/tests/file-wheel-deps/pyproject.toml
Niels Kristian Lyshøj Jensen aa111b9ac2
Add tests for local file packages
2021-07-10 13:40:33 +02:00

13 lines
326 B
TOML

[tool.poetry]
name = "file-wheel-deps"
version = "0.1.0"
description = "poetry2nix test"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.6"
trivial = { path = "../trivial/dist/trivial-0.1.0-py3-none-any.whl" }
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"