poetry/tests/fixtures/with_non_default_multiple_s.../pyproject.toml

24 lines
402 B
TOML

[tool.poetry]
name = "my-package"
version = "1.2.3"
description = "Some description."
authors = [
"Your Name <you@example.com>"
]
license = "MIT"
# Requirements
[tool.poetry.dependencies]
python = "^3.6"
[tool.poetry.dev-dependencies]
[[tool.poetry.source]]
name = "foo"
url = "https://foo.bar/simple/"
priority = "secondary"
[[tool.poetry.source]]
name = "bar"
url = "https://bar.baz/simple/"