summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-09-18 11:38:10 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-18 11:38:10 -0500
commit30754d2394a16b612366e03d6085dcc3d6f2e200 (patch)
tree6379b53721f5b052441733595fece21be7a8ec00
parentb0ecc4a7e89d69d45ed96048b3bf863f733bbbbc (diff)
downloadrequests-cache-30754d2394a16b612366e03d6085dcc3d6f2e200.tar.gz
Add a couple more keywords to package metadata
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1786295..62bb579 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,8 @@ readme = "README.md"
documentation = "https://requests-cache.readthedocs.io"
homepage = "https://github.com/reclosedev/requests-cache"
repository = "https://github.com/reclosedev/requests-cache"
-keywords = ["requests", "cache", "http", "persistence", "sqlite", "redis", "mongodb", "gridfs", "dynamodb"]
+keywords = ["requests", "cache", "http", "python-requests", "web", "performance", "sqlite", "redis",
+ "mongodb", "gridfs", "dynamodb"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",