poetry2nix/tests/file-src-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
314 B
TOML

[tool.poetry]
name = "file-src-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.tar.gz" }
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"