mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-13 08:01:49 +00:00
15 lines
242 B
TOML
15 lines
242 B
TOML
[tool.poetry]
|
|
name = "example 12"
|
|
include = [
|
|
"README.md",
|
|
{ path = "tests", format = "sdist" }
|
|
]
|
|
exclude = [
|
|
"afile",
|
|
{ path = "adir", format = ["wheel"] }
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
dep1 = "0.0.0"
|
|
dep2 = "^0.6.0"
|