diff --git a/pyproject.toml b/pyproject.toml index 5a48847c..3a5b6926 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,12 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3", ] -keywords = [] +keywords = [ + "openfeature", + "feature", + "flags", + "toggles", +] dependencies = [] requires-python = ">=3.8"