mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-24 05:40:40 +00:00
fix toml formatting
This commit is contained in:
parent
8861dcc705
commit
80ac8ec34d
@ -20,23 +20,19 @@ classifiers = [
|
||||
description = "Reviews ansible playbooks, roles and inventories and suggests improvements."
|
||||
documentation = "https://ansible-later.geekdocs.de/"
|
||||
homepage = "https://ansible-later.geekdocs.de/"
|
||||
include = [
|
||||
"LICENSE",
|
||||
]
|
||||
include = ["LICENSE"]
|
||||
keywords = ["ansible", "code", "review"]
|
||||
license = "MIT"
|
||||
name = "ansible-later"
|
||||
packages = [
|
||||
{include = "ansiblelater"},
|
||||
]
|
||||
packages = [{ include = "ansiblelater" }]
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/thegeeklab/ansible-later/"
|
||||
version = "0.0.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
PyYAML = "6.0.1"
|
||||
ansible-core = {version = "2.14.13", optional = true}
|
||||
ansible = {version = "7.7.0", optional = true}
|
||||
ansible-core = { version = "2.14.13", optional = true }
|
||||
ansible = { version = "7.7.0", optional = true }
|
||||
anyconfig = "0.13.0"
|
||||
appdirs = "1.4.4"
|
||||
colorama = "0.4.6"
|
||||
|
Loading…
Reference in New Issue
Block a user