poetry/tests/fixtures/project_with_nested_local/quix/pyproject.toml

11 lines
221 B
TOML

[tool.poetry]
name = "quix"
version = "1.2.3"
description = "Some description."
authors = ["Poetry Maintainer <tests@python-poetry.org>"]
license = "MIT"
# Requirements
[tool.poetry.dependencies]
python = "~2.7 || ^3.4"