Skip to content

Commit a669e3c

Browse files
committed
Add more keywords to the project metadata
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 4c325a3 commit a669e3c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,19 @@ name = "frequenz-core"
1414
description = "Core utilities to complement Python's standard library"
1515
readme = "README.md"
1616
license = { text = "MIT" }
17-
keywords = ["frequenz", "python", "lib", "library", "core", "stdlib"]
17+
keywords = [
18+
"asyncio",
19+
"collections",
20+
"core",
21+
"datetime",
22+
"frequenz",
23+
"lib",
24+
"library",
25+
"math",
26+
"python",
27+
"stdlib",
28+
"typing",
29+
]
1830
classifiers = [
1931
"Development Status :: 5 - Production/Stable",
2032
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)