fix toml formatting

This commit is contained in:
Robert Kaussow 2024-01-27 18:20:15 +01:00
parent 8861dcc705
commit 80ac8ec34d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 44 additions and 48 deletions

View File

@ -20,15 +20,11 @@ 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"