chore: add keywords to pyproject.toml (#305)
Signed-off-by: Federico Bond <federicobond@gmail.com>
This commit is contained in:
parent
78ea3b9914
commit
05d0da2e3d
|
|
@ -15,7 +15,12 @@ classifiers = [
|
|||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
]
|
||||
keywords = []
|
||||
keywords = [
|
||||
"openfeature",
|
||||
"feature",
|
||||
"flags",
|
||||
"toggles",
|
||||
]
|
||||
dependencies = []
|
||||
requires-python = ">=3.8"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue