Skip to content

Commit 7d959e9

Browse files
committed
Fix and sort project tags
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 1152116 commit 7d959e9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ description = "Frequenz repository setup tools and common configuration"
1111
readme = "README.md"
1212
license = { text = "MIT" }
1313
keywords = [
14+
"config",
1415
"frequenz",
15-
"python",
16+
"grpc",
1617
"lib",
17-
"repo-config",
18-
"frequenz",
19-
"package",
18+
"library",
19+
"mkdocs",
20+
"nox",
2021
"project",
21-
"config",
22-
"tool",
22+
"protobuf",
23+
"python",
24+
"repo-config",
2325
"repository",
2426
"setuptools",
25-
"nox",
26-
"grpc",
27-
"protobuf",
27+
"tool",
2828
]
2929
classifiers = [
3030
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)