Skip to content

Commit e94f79d

Browse files
committed
Improve pyproject.toml format
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 86d3621 commit e94f79d

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

pyproject.toml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,21 @@ name = "frequenz-pymdown-superfence-filter-lines"
1414
description = "A custom superfence for pymdown-extensions that can filters lines and plays nice with MkDocs"
1515
readme = "README.md"
1616
license = { text = "MIT" }
17-
keywords = ["frequenz", "python", "lib", "library", "pymdown-superfence-filter-lines", "markdown", "filter", "mkdocs", "python3", "mkdocs-material", "pymdown", "pymdown-extensions", "superfence"]
17+
keywords = [
18+
"frequenz",
19+
"python",
20+
"lib",
21+
"library",
22+
"pymdown-superfence-filter-lines",
23+
"markdown",
24+
"filter",
25+
"mkdocs",
26+
"python3",
27+
"mkdocs-material",
28+
"pymdown",
29+
"pymdown-extensions",
30+
"superfence",
31+
]
1832
classifiers = [
1933
"Development Status :: 3 - Alpha",
2034
"Intended Audience :: Developers",
@@ -57,10 +71,7 @@ dev-mypy = [
5771
# For checking the noxfile, docs/ script, and tests
5872
"frequenz-pymdown-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
5973
]
60-
dev-noxfile = [
61-
"nox == 2023.4.22",
62-
"frequenz-repo-config[lib] == 0.7.0",
63-
]
74+
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.7.0"]
6475
dev-pylint = [
6576
"pylint == 3.0.2",
6677
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)