Skip to content

Commit 05d0da2

Browse files
authored
chore: add keywords to pyproject.toml (#305)
Signed-off-by: Federico Bond <federicobond@gmail.com>
1 parent 78ea3b9 commit 05d0da2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ classifiers = [
1515
"Programming Language :: Python",
1616
"Programming Language :: Python :: 3",
1717
]
18-
keywords = []
18+
keywords = [
19+
"openfeature",
20+
"feature",
21+
"flags",
22+
"toggles",
23+
]
1924
dependencies = []
2025
requires-python = ">=3.8"
2126

0 commit comments

Comments
 (0)