poetry/tests/json/fixtures/source/complete_invalid_url.toml

16 lines
282 B
TOML

[tool.poetry]
name = "foobar"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
[[tool.poetry.source]]
name = "pypi-simple"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"