poetry2nix/tests/subdirectory/pyproject.toml
Anders Kaseorg 65ab8f0aab Respect subdirectory from poetry.lock when fetching sources
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-10-26 16:08:53 +13:00

13 lines
320 B
TOML

[tool.poetry]
name = "subdirectory-test"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.10"
psycopg = {git = "https://github.com/psycopg/psycopg.git", rev = "3.1.10", subdirectory = "psycopg"}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"